EResult.Raw Property

JustinBack

EResultRaw Property

Gets or sets the raw response.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public string Raw { get; set; }
Public Property Raw As String
	Get
	Set
public:
property String^ Raw {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The raw response.
See Also