DataMappedObjectTypeAttribute.Identifier, propriété

Obtient ou définit le nom de l'identificateur qui identifie le type actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Le nom d'identificateur qui identifie le type actuel.

Sécurité .NET Framework

Voir aussi

Référence

DataMappedObjectTypeAttribute Classe

Microsoft.VisualStudio.Data.Services, espace de noms