ModelItem.Description 속성

정의

모델 아이템의 설명을 받아요.

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

속성 값

String 모델 아이템의 설명을 담고 있습니다.

적용 대상