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.