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

LockScope Property

The scope of the current resource lock.

Syntax

[VB.NET]
Public Property LockScope As String

[C#]
public string LockScope {get; set;}

Remarks

Before a call to the LockResource method, LockScope may be set to the type of scope needed for the lock. Currently the component will only allow two types of scopes to be requested:

"exclusive"The lock belongs exclusively to the requesting principle. No other principle may modify the locked resource URI.
"shared"The locked resource may not be modified by non-trusted principles. Users who have access rights, however, may request a shared lock which they can then use to modify or operate on the resource.

If no scope is specified, the protocol default scope, "exclusive", will be requested. After a successful LockResource operation, the component will set the LockScope property to the correct value returned in the server's response.

Default Value

""

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