AppointmentRequest.RecurrenceDuration Property
Applies To: Dynamics CRM 2015
Gets or sets the time, in minutes, for which the appointment recurrence is valid.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public int RecurrenceDuration { get; set; }
public:
[DataMemberAttribute]
property int RecurrenceDuration {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member RecurrenceDuration : int with get, set
<DataMemberAttribute>
Public Property RecurrenceDuration As Integer
Property Value
Type: System.Int32
Type: Int32
The time, in minutes, for which the appointment recurrence is valid.
See Also
AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright