Condividi tramite


Proprietà SystemDomainList.Name

Gets or sets the domain list name.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Name As String
    Get
    Set
'Utilizzo
Dim instance As SystemDomainList
Dim value As String

value = instance.Name

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

Valore proprietà

Tipo: System.String
A string that represents the domain list name.

Vedere anche

Riferimento

SystemDomainList Classe

Spazio dei nomi Microsoft.MasterDataServices