Compartir a través de


ExtensionDescriptionAttribute.Publisher (Propiedad)

Obtiene o establece el publicador.

Espacio de nombres:  Microsoft.Data.Schema.Extensibility
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ExtensionDescriptionAttribute Clase

Microsoft.Data.Schema.Extensibility (Espacio de nombres)