Share via


DataMappedObjectTypeAttribute.IdentifierList Property

Gets a list of identifiers that uniquely identify the current type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.IList<String>
A list of identifier strings that uniquely identify the current type.

.NET Framework Security

See Also

Reference

DataMappedObjectTypeAttribute Class

Microsoft.VisualStudio.Data.Services Namespace