BasicWorkItemResult Property |
The result of the work item
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public Object Result { get; set; }
Public Property Result As Object
Get
Set
public:
virtual property Object^ Result {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Result : Object with get, set
override Result : Object with get, set
Property Value
Type:
ObjectImplements
IWorkItemResultSee Also