Gets or sets the password.

Namespace: Com.Tibco.As.Space.Security
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public char[] Password { get; set; }
Visual Basic
Public Property Password As Char()
	Get
	Set
Visual C++
public:
property array<wchar_t>^ Password {
	array<wchar_t>^ get ();
	void set (array<wchar_t>^ value);
}

Field Value

The password.

See Also