Get/Sets the name of the calling program.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string CallingProgram { get; set; }

Field Value

Defaults to "P4.Net API".

Remarks

This value is seen in p4 monitor and in the server log files.

See Also