Partager via


FileValidator.ContextPath Property

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

FileValidator Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace