| Visual Basic (Declaration) | |
|---|---|
Public Property Type As ProxyType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Proxy Dim value As ProxyType instance.Type = value value = instance.Type | |
| C# | |
|---|---|
public ProxyType Type {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property ProxyType get_Type(); public: __property void set_Type( ProxyType value ); | |
Property Value
One of the ProxyType values.Specifies the type of proxy used.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code