ListOption 屬性
Gets or sets the individual list option on which to filter. If not supplied, all list options are returned.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(IsRequired := False)> _
Public Property ListOption As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
String representing the list option.