ConfigurationToChangePasswordsToChange Property
|
An array of User passwords to change.
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public PasswordToChange[] PasswordsToChange { get; set; }<DataMemberAttribute>
Public Property PasswordsToChange As PasswordToChange()
Get
Set
public:
[DataMemberAttribute]
property array<PasswordToChange^>^ PasswordsToChange {
array<PasswordToChange^>^ get ();
void set (array<PasswordToChange^>^ value);
}[<DataMemberAttribute>]
member PasswordsToChange : PasswordToChange[] with get, set
function get PasswordsToChange () : PasswordToChange[]
function set PasswordsToChange (value : PasswordToChange[])
Property Value
Type:
PasswordToChange
See Also