ActionResult<T>.Description Property
Gets the description of the action.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.Engine
Assembly: NetworkHealthEngine (in NetworkHealthEngine.dll)
Syntax
public string Description { get; }
public:
property String^ Description {
String^ get();
}
Public ReadOnly Property Description As String
Property Value
Type: System.String
A String.
See Also
ActionResult<T> Class
Microsoft.WindowsServerSolutions.NetworkHealth.Engine Namespace
Return to top