| ConfigurationItemFolderPath Property |
The path to the folder containing the configuration item.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string FolderPath { get; set; }
Public Property FolderPath As String
Get
Set
public:
property String^ FolderPath {
String^ get ();
void set (String^ value);
}
member FolderPath : string with get, set
Property Value
Type:
StringSee Also