Compartir a través de


ExtensionCriteriaAttribute.MarkerAttributeType (Propiedad)

Obtiene o establece el tipo de atributo del marcador.

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

Sintaxis

'Declaración
Public Property MarkerAttributeType As Type
    Get
    Set
public Type MarkerAttributeType { get; set; }
public:
property Type^ MarkerAttributeType {
    Type^ get ();
    void set (Type^ value);
}
member MarkerAttributeType : Type with get, set
function get MarkerAttributeType () : Type
function set MarkerAttributeType (value : Type)

Valor de propiedad

Tipo: System.Type

Comentarios

Esta propiedad define que una extensión debe estar decorada por algún tipo de atributo.

Seguridad de .NET Framework

Vea también

Referencia

ExtensionCriteriaAttribute Clase

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