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

LockOwner Property

The principle that owns the current resource lock.

Syntax

[VB.NET]
Public Property LockOwner As String

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

Remarks

Before a call to the LockResource method, LockOwner may be set to the name of a principle or group of principles that will own the lock. If no owner is specified, the server will automatically associate the lock with the requesting principle. After a successful LockResource operation, the component will set the LockOwner 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]