UserPwdCredentialPassword Property |
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.1.5.12)
Syntaxpublic char[] Password { get; set; }
Public Property Password As Char()
Get
Set
public:
property array<wchar_t>^ Password {
array<wchar_t>^ get ();
void set (array<wchar_t>^ value);
}
member Password : char[] with get, set
Property Value
Type:
Char
The password.
See Also