Click or drag to resize
weroSoft AG, Software
TritonManagedCommandOwner Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the name of the owner.

Namespace:  WeroSoft.Triton.Desktop.Commands
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public string Owner { get; }

Property Value

Type: String
Remarks
The owner is used if multiple instances of a command are created and not only one. This can happen by example if a command is used per plug-in instance.
See Also