Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the individual list option on which to filter. If not supplied, all list options are returned.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property ListOption As String
Get
Set
'Utilisation
Dim instance As SystemDomainListGetCriteria
Dim value As String
value = instance.ListOption
instance.ListOption = value
[DataMemberAttribute(IsRequired = false)]
public string ListOption { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ ListOption {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member ListOption : string with get, set
function get ListOption () : String
function set ListOption (value : String)
Valeur de propriété
Type : System.String
The individual list option.
Voir aussi
Référence
SystemDomainListGetCriteria Classe
Espace de noms Microsoft.MasterDataServices.Services.DataContracts