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.1.0.0 (9.1.0.4)
public Nullable<int> InvalidCount { get; }
Public ReadOnly Property InvalidCount As Nullable(Of Integer)
Get
public:
property Nullable<int> InvalidCount {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32
Reference