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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.