ModelPerspective.ID 속성

정의

큐브 뷰의 ID를 가져옵니다. 읽기 전용입니다.

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public string ID { get; set; }
member this.ID : string with get, set
Public Property ID As String

속성 값

큐브 뷰의 ID를 포함하는 String 값입니다.

적용 대상