CatalogItem.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입니다.

설명

설명의 최대 길이는 512자입니다.

메서드를 Description 사용하여 보고서 서버 데이터베이스에 있는 항목의 속성을 수정할 SetProperties 수 있습니다.

적용 대상