Partilhar via


Propriedade ExtensionCriteriaAttribute.MarkerAttributeType

Obtém ou define o tipo de atributo do marcador.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type

Comentários

Esta propriedade define que a extensão deve ser decorada por um tipo específico do atributo.

Segurança do .NET Framework

Consulte também

Referência

ExtensionCriteriaAttribute Classe

Namespace Microsoft.Data.Schema.Extensibility