Click or drag to resize

IMonitorEndpointRootIsRelative Property

If true the root-path is expected to be relative to execution folder. If false the root-path is expected to be absolute

Namespace:  Crosser.Common.Server.Endpoint
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
bool RootIsRelative { get; set; }

Property Value

Type: Boolean
See Also