Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Identifier As IList(Of Object)
'Usage
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.