Udostępnij przez


Właściwość Identifier.Name

Pobiera lub ustawia nazwę opisową, która jednoznacznie identyfikuje obiekt w jego kontekście tylko.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(Order := )> _
Public Property Name As String
    Get
    Set
'Użycie
Dim instance As Identifier
Dim value As String

value = instance.Name

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

Wartość właściwości

Typ: System.String
Ciąg reprezentujący tę nazwę.