Gets whether the upload has been canceled by an error or by the user

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public bool Cancelled { get; internal set; }
Visual Basic (Declaration)
Public Property Cancelled As Boolean
Visual C++
public:
property bool Cancelled {
	bool get ();
	void set (bool value);
}

See Also