다음을 통해 공유


ListCode 속성

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute(IsRequired := False)> _
Public Property ListCode As String
    Get
    Set
‘사용 방법
Dim instance As SystemDomainListGetCriteria
Dim value As String

value = instance.ListCode

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

속성 값

유형: System. . :: . .String
String representing the name.