다음을 통해 공유


Parameter.Description 속성

정의

Parameter 개체에 대한 설명을 가져오거나 설정합니다.

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

속성 값

String

지정한 개체에 대한 설명입니다.

구현

적용 대상