Responder Developer Guide
Path Property (ProgramGroup)


Gets or sets the path of the program.
Syntax
'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;}
Remarks

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.

Requirements

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.

See Also

Reference

ProgramGroup Class
ProgramGroup Members

 

 


Send Comment