Gets a boolean value indicating whether the PasswordExpires property has been set.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public Nullable<bool> PasswordExpiresSet { get; }
Visual Basic
Public ReadOnly Property PasswordExpiresSet As Nullable(Of Boolean)
	Get
Visual C++
public:
property Nullable<bool> PasswordExpiresSet {
	Nullable<bool> get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if the PasswordExpires has been set, otherwise falseFalsefalsefalse (False in Visual Basic). This property is set when the request is flowed and completes without errors.

See Also