Share via


DataMappedObjectTypeAttribute.IdentifierList Property

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property IdentifierList As IList(Of String)
'Usage
Dim instance As DataMappedObjectTypeAttribute 
Dim value As IList(Of String)

value = instance.IdentifierList
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
    IList<String^>^ get ();
}
public function get IdentifierList () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>
A list of identifier strings that uniquely identify the current type.

.NET Framework Security

See Also

Reference

DataMappedObjectTypeAttribute Class

DataMappedObjectTypeAttribute Members

Microsoft.VisualStudio.Data.Services Namespace