ClientHealthActivity.WorkloadId Property
Gets the workload ID.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public string WorkloadId { get; }
public:
property String^ WorkloadId {
virtual String^ get() sealed;
}
Public ReadOnly Property WorkloadId As String
Property Value
Type: System.String
the workload ID.
Implements
IAutoShutDown.WorkloadId
See Also
ClientHealthActivity Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top