PowerTCP Mail for .NET
Type Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Proxy Class : Type Property




Type of proxy.

Syntax

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
);
C++/CLI 
public:
property ProxyType Type {
   ProxyType get();
   void set (    ProxyType value);
}

Property Value

One of the ProxyType values.

Remarks

Specifies the type of proxy used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.