Share via


DataMappedObjectTypeAttribute.IdentifierList Property

Definition

Gets a list of identifiers that uniquely identify the current type.

public:
 property System::Collections::Generic::IList<System::String ^> ^ IdentifierList { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> IdentifierList { get; }
member this.IdentifierList : System.Collections.Generic.IList<string>
Public ReadOnly Property IdentifierList As IList(Of String)

Property Value

A list of identifier strings that uniquely identify the current type.

Applies to