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.0.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 ();
}

Field Value

The number of times the user ID failed validation prior to this request. This property is set when the request is flowed and completes without errors.

See Also