Gets or sets the BargeEx password.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public string Password { get; set; }
Visual Basic (Declaration)
Public Property Password As String
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

Property Value

The BargeEx password.

Remarks

In order to connect to a BargeEx environment, this property is required and cannot be a null reference (Nothing in Visual Basic) or empty.

See Also