Sdílet prostřednictvím


DataMappedObjectTypeAttribute.Identifier – vlastnost

Získá nebo nastaví název identifikátoru, který jednoznačně identifikuje aktuální typ.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Public Property Identifier As String
public string Identifier { get; set; }
public:
property String^ Identifier {
    String^ get ();
    void set (String^ value);
}
member Identifier : string with get, set
function get Identifier () : String
function set Identifier (value : String)

Hodnota vlastnosti

Typ: System.String
Název identifikátoru, který jednoznačně identifikuje aktuální typ.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectTypeAttribute Třída

Microsoft.VisualStudio.Data.Services – obor názvů