IVsDataMappedObject.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.