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

指定对象的说明。

实现

适用于