ExYearlyRecurringTime.Minute Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Property Minute As Integer
Get
Set
'Usage
Dim instance As ExYearlyRecurringTime
Dim value As Integer
value = instance.Minute
instance.Minute = value
public int Minute { get; set; }
Property Value
Type: System.Int32