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

See Also

Reference

DataObjectEventArgs Class

Microsoft.VisualStudio.Data.Services Namespace