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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.