Gets the number of times the user ID failed validation prior to this request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
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 (); } |