Partager via


NotificationRecipientScheduleEntryTime.Minute Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the minute of this entry time.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As NotificationRecipientScheduleEntryTime
Dim value As Integer

value = instance.Minute

instance.Minute = value

Syntax

'Declaration
Public Property Minute As Integer
public int Minute { get; set; }
public:
property int Minute {
    int get ();
    void set (int value);
}
/** @property */
public int get_Minute ()

/** @property */
public void set_Minute (int value)
public function get Minute () : int

public function set Minute (value : int)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipientScheduleEntryTime Class
NotificationRecipientScheduleEntryTime Members
Microsoft.EnterpriseManagement.Administration Namespace