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
'Declaration
Public ReadOnly Property Identifier As IList(Of Object)
public IList<Object> Identifier { get; }
public:
virtual property IList<Object^>^ Identifier {
IList<Object^>^ get () sealed;
}
abstract Identifier : IList<Object> with get
override Identifier : IList<Object> with get
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.