| Visual Basic (Declaration) | |
|---|---|
Public Property Image As WorkflowImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public WorkflowImage Image {get; set;} | |
| C++/CLI | |
|---|---|
public: property WorkflowImage^ Image { WorkflowImage^ get(); void set (WorkflowImage^ value); } | |
Return Value
A reference to the activity's image.
This property is used in situations where a reference to the activity's image is needed. Using this property to bind activities will cause the workflow to process the same copy of the image. If a copy of the image is needed, use the ImageCopy property.
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
Copy Code