Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object that is returned from the action that is associated with the task.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public object ReturnValue { get; internal set; }
public:
property Object^ ReturnValue {
Object^ get();
internal: void set(Object^ value);
}
Public Property ReturnValue As Object
Get
Friend Set
End Property
Property Value
Type: System.Object
An instance of Object.
See Also
TaskCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top