Condividi tramite


Proprietà ExtensionCriteriaAttribute.MarkerAttributeType

Ottiene o imposta il tipo di attributo dell'indicatore.

Spazio dei nomi:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Type

Note

Questa proprietà stabilisce che un'estensione deve essere decorata da un tipo specifico di attributo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtensionCriteriaAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.Extensibility