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.
Gets or sets the individual list option to filter on. If not supplied, all list options are returned.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ListOption As String
Get
Set
'Usage
Dim instance As SystemDomainListGetCriteria
Dim value As String
value = instance.ListOption
instance.ListOption = value
[DataMemberAttribute]
public string ListOption { get; set; }
[DataMemberAttribute]
public:
property String^ ListOption {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ListOption : string with get, set
function get ListOption () : String
function set ListOption (value : String)
Eigenschaftswert
Typ: System.String
A string that represents the individual list option.