SystemDomainListGetCriteria.ListOption 属性

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

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property ListOption As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string that represents the individual list option.

请参阅

参考

SystemDomainListGetCriteria 类

Microsoft.MasterDataServices 命名空间