Visual Basic (Declaration) | |
---|---|
Public Property Type As ProxyType |
Visual Basic (Usage) | ![]() |
---|---|
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
A ProxyType enumerated value.The Port property is set to a default value when this property is set and the Port property is 0. Setting this property to ProxyType.None always sets the Port property to 0.
Target Platforms: Microsoft .NET Framework 2.0