ActionResult<T>.Result Property
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