ExtensionHandle.Publisher Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the publisher of this extension.

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

Syntax

'Declaration
Public Property Publisher As String
public string Publisher { get; internal set; }
public:
property String^ Publisher {
    String^ get ();
    internal: void set (String^ value);
}
member Publisher : string with get, internal set
function get Publisher () : String
internal function set Publisher (value : String)

Property Value

Type: System.String
The publisher name.

.NET Framework Security

See Also

Reference

ExtensionHandle Class

Microsoft.Data.Schema.Extensibility Namespace