Dela via


ExtensionCriteriaAttribute.MarkerAttributeType Property

Gets or sets the marker attribute type.

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

Syntax

'Declaration
Public Property MarkerAttributeType As Type
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)

Property Value

Type: System.Type

Remarks

This property defines that an extension must be decorated by a specific type of attribute.

.NET Framework Security

See Also

Reference

ExtensionCriteriaAttribute Class

Microsoft.Data.Schema.Extensibility Namespace