Gets or sets a value which indicates whether the activity should free its image after being executed.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DisposeImage As Boolean |
C# | |
---|
public bool DisposeImage {get; set;} |
Return Value
true means that the activity should free its image after being executed; false means that it should keep the image.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also