[Missing <summary> documentation for "P:BrightstarDB.Dto.JobResponseModel.InvalidJob"]

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public bool InvalidJob { get; }
Visual Basic
Public ReadOnly Property InvalidJob As Boolean
	Get
Visual C++
public:
property bool InvalidJob {
	bool get ();
}
F#
member InvalidJob : bool with get

Property Value

Type: Boolean

See Also