Compartir a través de


ExtensionDescriptionAttribute.Description (Propiedad)

Obtiene o establece la descripción.

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

Sintaxis

'Declaración
Public Overridable Property Description As String
    Get
    Set
public virtual string Description { get; set; }
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
function get Description () : String
function set Description (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)