다음을 통해 공유


DataMappedObjectTypeAttribute.ClassId 속성

클래스 ID 특성의 값을 가져오거나 설정 합니다.

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

구문

‘선언
Public Property ClassId As String
public string ClassId { get; set; }
public:
property String^ ClassId {
    String^ get ();
    void set (String^ value);
}
member ClassId : string with get, set
function get ClassId () : String 
function set ClassId (value : String)

속성 값

형식: String
이 특성의 클래스 ID입니다.

설명

클래스 ID 구현 형식의 정의를 구분 하는 데 사용 됩니다.

.NET Framework 보안

참고 항목

참조

DataMappedObjectTypeAttribute 클래스

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