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