Gets the number of times the user ID failed validation prior to this request.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.0
Syntax
| C# |
|---|
public Nullable<int> InvalidCount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InvalidCount As Nullable(Of Integer) Get |
| Visual C++ |
|---|
public: property Nullable<int> InvalidCount { Nullable<int> get (); } |