Gets a boolean value indicating whether the PasswordExpires property
has been set.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
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 (); } |