Partager via


Propriété SystemDomainList.Code

Gets or sets the domain list code.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Code As String 
    Get 
    Set
'Utilisation
Dim instance As SystemDomainList 
Dim value As String 

value = instance.Code

instance.Code = value
[DataMemberAttribute]
public string Code { get; set; }
[DataMemberAttribute]
public:
property String^ Code {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Code : string with get, set
function get Code () : String 
function set Code (value : String)

Valeur de propriété

Type : System.String
The domain list code.

Voir aussi

Référence

SystemDomainList Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts