DataMappedObject.Identifier Property

Definition

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.

Implements

Applies to