AlertSubscriptionConfiguration.TimeZone Property
Applies To: Operations Manager for System Center 2012
Gets or sets the time zone for the alert subscription.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string TimeZone { get; set; }
public:
property String^ TimeZone {
String^ get();
void set(String^ value);
}
member TimeZone : string with get, set
Public Property TimeZone As String
Property Value
Type: System.String
Returns a String that contains the time zone for the alert subscription.
See Also
AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top