Click or drag to resize

ServerStartDirectory Property

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

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string Directory { get; set; }

Property Value

Type: String
The directory for the command line to execute.
See Also