ExtensionDescriptionAttribute.Publisher 属性

获取或设置发布者。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ExtensionDescriptionAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间