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