ExtensionDescriptionAttribute.Description 属性

获取或设置说明。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Overridable Property Description As String
    Get
    Set
public virtual string Description { get; set; }
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
function get Description () : String
function set Description (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ExtensionDescriptionAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间