Click or drag to resize

ServerStartOperation Property

Gets or sets the operation for command line to execute if the RPC proxy cannot communicate with the .NET server.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string Operation { get; set; }

Property Value

Type: String
The command line to execute.
See Also