DataObjectEventArgs.Identifier Property
Gets a list of identifier parts for the data object.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property Identifier As IList(Of Object)
public IList<Object> Identifier { get; }
public:
property IList<Object^>^ Identifier {
IList<Object^>^ get ();
}
member Identifier : IList<Object> with get
function get Identifier () : IList<Object>
Property Value
Type: System.Collections.Generic.IList<Object>
A list of identifier objects for the data object.
.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.