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 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