Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the OptionRecord class.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim name As String
Dim value As String
Dim instance As New OptionRecord(name, value)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
public OptionRecord (
string name,
string value
)
public:
OptionRecord (
String^ name,
String^ value
)
public OptionRecord (
String name,
String value
)
public function OptionRecord (
name : String,
value : String
)
Parameters
- name
Specifies the name of the option.
- value
Specifies the value of the option.
Remarks
Platforms
See Also
Reference
OptionRecord Class
OptionRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.