Share via


ExtensionHandle.Publisher Property

Gets or sets 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
'Usage
Dim instance As ExtensionHandle 
Dim value As String 

value = instance.Publisher

instance.Publisher = value
public string Publisher { get; internal set; }
public:
property String^ Publisher {
    String^ get ();
    void set (String^ value);
}
public function get Publisher () : String 
public function set Publisher (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtensionHandle Class

ExtensionHandle Members

Microsoft.Data.Schema.Extensibility Namespace