DataMappedObject.Identifier 属性

定义

获取唯一标识当前一般数据概念的标识符列表。

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)

属性值

IList<Object>

唯一标识当前一般数据概念的标识符列表。

实现

适用于