다음을 통해 공유


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 네임스페이스