Condividi tramite


Proprietà DataMappedObjectTypeAttribute.IdentifierList

Ottiene un elenco di identificatori che identificano in modo univoco il tipo corrente.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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>
function get IdentifierList () : IList<String>

Valore proprietà

Tipo: System.Collections.Generic.IList<String>
Un elenco di stringhe dell'identificatore che identificano in modo univoco il tipo corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataMappedObjectTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Services