DataMappedObject.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 identifiers that uniquely identify the current generic data concept.
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 identifiers that uniquely identify the current generic data concept.