DataObjectEventArgs.Identifier Property

Definition

Gets a list of identifier parts for the data object.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ Identifier { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> Identifier { get; }
member this.Identifier : System.Collections.Generic.IList<obj>
Public ReadOnly Property Identifier As IList(Of Object)

Property Value

A list of identifier objects for the data object.

Applies to