Our returned internal inspection tracing ID number (GUID).

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<Guid> CaseID { get; set; }
Visual Basic
Public Property CaseID As Nullable(Of Guid)
	Get
	Set
Visual C++
public:
property Nullable<Guid> CaseID {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}

See Also