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 a Type instance that describes the proxy type.
Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
Public Property ProxyType As Type
'Usage
Dim instance As HostTypeAttribute 
Dim value As Type 
value = instance.ProxyType
instance.ProxyType = value
public Type ProxyType { get; set; }
public:
property Type^ ProxyType {
    Type^ get ();
    void set (Type^ value);
}
public function get ProxyType () : Type 
public function set ProxyType (value : Type)
Property Value
Type: System.Type
A Type instance that describes the proxy type.