Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IsOwner Method (nickName)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionIMIsOwner(String)
Determines whether the specified nickname is the owner.
Declaration Syntax
C#Visual BasicVisual C++
bool IsOwner(
	string nickName
)
Function IsOwner ( _
	nickName As String _
) As Boolean
bool IsOwner(
	String^ nickName
)
Parameters
nickName (String)
The nickname.
Return Value
true if the specified nickname is the owner; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)