ModelMetadata.Description 속성

정의

모델을 설명하는 텍스트를 가져오거나 설정합니다.

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

속성 값

String

설명 텍스트입니다.

적용 대상