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 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
- 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.