Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.