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 name of the domain list to filter on. If not supplied, all domain lists are returned.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property ListCode As String
Get
Set
'Uso
Dim instance As SystemDomainListGetCriteria
Dim value As String
value = instance.ListCode
instance.ListCode = value
[DataMemberAttribute]
public string ListCode { get; set; }
[DataMemberAttribute]
public:
property String^ ListCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ListCode : string with get, set
function get ListCode () : String
function set ListCode (value : String)
Valor da propriedade
Tipo: System.String
A string that represents the domain list.