Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the path which should be used to validate relative paths.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ContextPath As String
protected virtual string ContextPath { get; }
protected:
virtual property String^ ContextPath {
String^ get ();
}
protected function get ContextPath () : String
Field Value
The path from the current configuration file.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace