NotificationRecipientScheduleEntryTime.Minute Property
Applies To: Operations Manager for System Center 2012
Gets or sets the minute of this entry time.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int Minute { get; set; }
public:
property int Minute {
int get();
void set(int value);
}
member Minute : int with get, set
Public Property Minute As Integer
Property Value
Type: System.Int32
Returns an Int32 value that represents the minutes of this entry time. For example, 0 represents no minutes (the default), 1 represents 1 minute, and so on.
Remarks
The possible range of values returned by this method is 0–59.
See Also
NotificationRecipientScheduleEntryTime Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top