Propriété SystemDomainListGetCriteria.ListCode
Gets or sets the name of the domain list to filter on. If not supplied, all domain lists are returned.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property ListCode As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string that represents the domain list.