Share via


InvalidRecurrenceIntervalInMinutesException.RecurrenceIntervalInMinutes Property

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

Gets the recurrence interval in minutes.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As InvalidRecurrenceIntervalInMinutesException
Dim value As Integer

value = instance.RecurrenceIntervalInMinutes

Syntax

'Declaration
Public ReadOnly Property RecurrenceIntervalInMinutes As Integer
public int RecurrenceIntervalInMinutes { get; }
public:
property int RecurrenceIntervalInMinutes {
    int get ();
}
/** @property */
public int get_RecurrenceIntervalInMinutes ()
public function get RecurrenceIntervalInMinutes () : int

Property Value

The recurrence interval in minutes.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

InvalidRecurrenceIntervalInMinutesException Class
InvalidRecurrenceIntervalInMinutesException Members
Microsoft.EnterpriseManagement.Common Namespace