Share via


AppointmentRequest.AnchorOffset Property

 

Applies To: Dynamics CRM 2015

Gets or sets the time offset in minutes, from midnight, when the first occurrence of the appointment can take place.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public int AnchorOffset { get; set; }
public:
[DataMemberAttribute]
property int AnchorOffset {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member AnchorOffset : int with get, set
<DataMemberAttribute>
Public Property AnchorOffset As Integer

Property Value

Type: System.Int32

Type: Int32
The time offset in minutes.

See Also

AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright