IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

LockProperties Property

Fields used when locking and unlocking a calendar resource.

Syntax

[VB.NET]
Public Property LockProperties As CalLock

[C#]
public CalLock LockProperties {get; set;}

Remarks

This property used the LockType, Owner, Scope Timeout, and Tokens fields when locking and unlocking a calendar resource. You may lock the whole calendar, or only a single event within the calendar, depending on the URI you pass to LockCalendar or UnLockCalendar. After a successful LockCalendar operation, the component will the LockType, Owner, Scope Timeout, and Tokens fields to the values returned in the server's response. The lock Tokens are then passed along when you call CopyCalendarEvent or MoveCalendarEvent

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]