DataMappedObjectTypeAttribute.IdentifierList, propriété
Obtient une liste des identificateurs qui identifient 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 ReadOnly Property IdentifierList As IList(Of String)
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
IList<String^>^ get ();
}
member IdentifierList : IList<string> with get
function get IdentifierList () : IList<String>
Valeur de propriété
Type : IList<String>
Une liste de chaînes d'identification qui identifient 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.