IEnvironmentalOverridesProperty.SupportsOverride Property
truetrue (True in Visual Basic) if this property meets the requirements to be overridden.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property SupportsOverride As Boolean
bool SupportsOverride { get; }
property bool SupportsOverride {
bool get ();
}
function get SupportsOverride () : boolean
See Also
IEnvironmentalOverridesProperty Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace