ElementProperty.SupportsOverride Property
Gets a value indicating that this property supports the ability to be over-ridden.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsOverride As Boolean
public virtual bool SupportsOverride { get; }
public:
virtual property bool SupportsOverride {
bool get ();
}
public function get SupportsOverride () : boolean
Implements
IEnvironmentalOverridesProperty.SupportsOverride
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace