This class is used to maintain proprties for connecting to an MVSP server


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Class ConnectProperties
C#
public class ConnectProperties
C++
ref class ConnectProperties
J#
public class ConnectProperties
JScript
public class ConnectProperties

Inheritance Hierarchy

System.Object
   rocketsoftware.MVSP.ConnectProperties

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also