Właściwość SystemDomainListGetCriteria.ListCode
Pobiera lub ustawia nazwę domena listę, którą chcesz filtrować.Jeśli nie, wszystkie domena list są zwracane.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property ListCode As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący tę nazwę.