다음을 통해 공유


DataMappedObjectTypeAttribute.IdentifierList 속성

현재 형식을 고유 하 게 식별 하는 식별자의 목록을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Public ReadOnly Property IdentifierList As IList(Of String)
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
    IList<String^>^ get ();
}
member IdentifierList : IList<string> with get
function get IdentifierList () : IList<String>

속성 값

형식: IList<String>
현재 형식을 고유 하 게 식별 하는 식별자 문자열 목록을 제공 합니다.

.NET Framework 보안

참고 항목

참조

DataMappedObjectTypeAttribute 클래스

Microsoft.VisualStudio.Data.Services 네임스페이스