Share via


ExtensionCriteriaAttribute.ProxyType Property

Gets or sets the proxy type.

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

Syntax

'Declaration
Public Property ProxyType As Type
public Type ProxyType { get; set; }
public:
property Type^ ProxyType {
    Type^ get ();
    void set (Type^ value);
}
member ProxyType : Type with get, set
function get ProxyType () : Type
function set ProxyType (value : Type)

Property Value

Type: System.Type

Remarks

The proxy type is used to instantiate extensions for the extensibility point to which this attribute is applied.

.NET Framework Security

See Also

Reference

ExtensionCriteriaAttribute Class

Microsoft.Data.Schema.Extensibility Namespace