Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the domain list to filter on. If not supplied, all domain lists are returned.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.String
A string that represents the domain list.