Gets or sets the password.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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); } |
F# |
---|
member Password : char[] with get, set |
Property Value
Type: array<Char>[]()[][]The password.