Gets the username who is responsible for the Operation.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
string UserName { get; }
Visual Basic (Usage)
Dim instance As Operation
Dim value As String

value = instance.UserName

See Also