Właściwość SystemDomainListGetCriteria.ListOption
Pobiera lub ustawia opcję poszczególne listy, którą chcesz filtrować.Jeśli nie, zwracane są wszystkie opcje list.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property ListOption As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący listy opcji.