Returns path to local installation's root folder.
Namespace:
FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Installation As String
|
C# |
---|
public string Installation { get; } |
C++ |
---|
public property string Installation sealed { String get(); } |
J# |
---|
/** property */ public string get_Installation(); |
JScript |
---|
public function get Installation() : String |
See Also