IVsDataMappedObject.Identifier Property

Definition

Gets the list of identifier parts that uniquely identify the current generic mapped type.

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

The list of identifier parts that uniquely identify the current generic mapped type.

Applies to