Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ListCode As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A string that represents the domain list.