Свойство SystemDomainListGetCriteria.ListCode
Gets or sets the code of the domain list on which to filter. If not supplied, all domain lists are returned.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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
The code of the domain list.
См. также
Справочник
SystemDomainListGetCriteria Класс
Пространство имен Microsoft.MasterDataServices.Services.DataContracts