 | AppSettingsVishnuSourceRoot property |
VishnuSourceRoot always refers to the root directory of the Vishnu development.
If no "Vishnu_Root" directory has been set in the program environment,
VishnuSourceRoot will be implemented as well as possible by the Vishnu program logic on
the root directory of the Vishnu development.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string VishnuSourceRoot { get; }
Public ReadOnly Property VishnuSourceRoot As String
Get
public:
property String^ VishnuSourceRoot {
String^ get ();
}
member VishnuSourceRoot : string with get
Property value
String
See also