Share via


IVsDataObjectType.Identifier Property

Gets a list of IVsDataObjectTypeMember objects that identify the current type.

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

Syntax

'Declaration
ReadOnly Property Identifier As IList(Of IVsDataObjectTypeMember)
IList<IVsDataObjectTypeMember> Identifier { get; }
property IList<IVsDataObjectTypeMember^>^ Identifier {
    IList<IVsDataObjectTypeMember^>^ get ();
}
abstract Identifier : IList<IVsDataObjectTypeMember> with get
function get Identifier () : IList<IVsDataObjectTypeMember>

Property Value

Type: System.Collections.Generic.IList<IVsDataObjectTypeMember>
A list of IVsDataObjectTypeMember objects that identify the current type.

.NET Framework Security

See Also

Reference

IVsDataObjectType Interface

Microsoft.VisualStudio.Data.Services Namespace