共用方式為


SystemDomainListGetCriteria.ListCode 屬性

Gets or sets the name of the domain list to filter on. If not supplied, all domain lists are returned.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property ListCode As String
    Get
    Set
'用途
Dim instance As SystemDomainListGetCriteria
Dim value As String

value = instance.ListCode

instance.ListCode = value
[DataMemberAttribute]
public string ListCode { get; set; }
[DataMemberAttribute]
public:
property String^ ListCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ListCode : string with get, set
function get ListCode () : String
function set ListCode (value : String)

屬性值

型別:System.String
A string that represents the domain list.

請參閱

參考

SystemDomainListGetCriteria 類別

Microsoft.MasterDataServices 命名空間