Unloaded Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value indicating whether Unloaded.

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public bool Unloaded { get; set; }
Visual Basic
Public Property Unloaded As Boolean
	Get
	Set
Visual C++
public:
property bool Unloaded {
	bool get ();
	void set (bool value);
}

See Also