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.
Gets or sets the IApplicationModel that is used to obtain contextual information used for validation.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
<DependencyAttribute> _
Public Property ApplicationModel As IApplicationModel
[DependencyAttribute]
public IApplicationModel ApplicationModel { get; set; }
[DependencyAttribute]
public:
property IApplicationModel^ ApplicationModel {
IApplicationModel^ get ();
void set (IApplicationModel^ value);
}
public function get ApplicationModel () : IApplicationModel
public function set ApplicationModel (value : IApplicationModel)
Remarks
This is an Dependency property and will be set when this class is constructed.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace