Share via


ExtensionDescriptionAttribute.Publisher Property

Gets or sets the publisher.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Property Publisher As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtensionDescriptionAttribute Class

Microsoft.Data.Schema.Extensibility Namespace