다음을 통해 공유


DisplayMetadata.Description 속성

정의

모델 설명에 대한 값을 가져오는 데 사용되는 대리자를 가져오거나 설정합니다. Description을 참조하세요.

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

속성 값

적용 대상