Compartir a través de


SystemDomainListGetCriteria.ListOption Propiedad

Gets or sets the individual list option on which to filter. If not supplied, all list options are returned.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property ListOption As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The individual list option.

Vea también

Referencia

SystemDomainListGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts