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 result of the action.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
public T Result { get; }
public:
property T Result {
T get();
}
Public ReadOnly Property Result As T
Property Value
Type: T
An object or value of type parameter T.
See Also
ActionResult<T> Class
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top