Miner.Responder.WindowsService Assembly > Miner.Responder.WindowsService Namespace > ProgramGroup Class : Path Property |
'Declaration <XmlAttributeAttribute()> Public Property Path As String
'Usage Dim instance As ProgramGroup Dim value As String instance.Path = value value = instance.Path
[XmlAttribute()] public string Path {get; set;}
The Path value may contain environment variables. If a valid path is specified then it will be used; otherwise the ProgramGroup will attempt to resolve the path with the following locations: 1. EntryAssemblyExeLocation + Path 2. DevPathHint + Path
The "{auto}" keyword is deprecated - it is no longer necessary because the path will always be resolved according to the rules above. The "{auto}" keyword is ignored for backwards compatibility.
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.