Share via


ConfigurationSet.ResetPasswordOnFirstLogon Property

 

Gets or sets whether the password should be reset the first time the administrator logs in.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Nullable<bool> ResetPasswordOnFirstLogon { get; set; }
public:
property Nullable<bool> ResetPasswordOnFirstLogon {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member ResetPasswordOnFirstLogon : Nullable<bool> with get, set
Public Property ResetPasswordOnFirstLogon As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

true if password should be reset; otherwise, false.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top