Partager via


DataMappedObject.Identifier Property

Gets the list of identifiers that uniquely identify the current generic data concept.

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

Syntax

Public ReadOnly Property Identifier As IList(Of Object)

Dim instance As DataMappedObject
Dim value As IList(Of Object)

value = instance.Identifier
public IList<Object> Identifier { get; }
public:
virtual property IList<Object^>^ Identifier {
    IList<Object^>^ get () sealed;
}
public final function get Identifier () : IList<Object>

Property Value

Type: System.Collections.Generic.IList<Object>

The list of identifiers that uniquely identify the current generic data concept.

Implements

IVsDataMappedObject.Identifier

Permissions

See Also

Reference

DataMappedObject Class

DataMappedObject Members

Microsoft.VisualStudio.Data.Framework Namespace