Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the code of the domain list on which to filter. If not supplied, all domain lists are returned.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public Property ListCode As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The code of the domain list.
Consulte também
Referência
SystemDomainListGetCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts