CustomLoggerData.IsModified Method
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
protected override bool IsModified()
'Declaration
Protected Overrides Function IsModified As Boolean
protected:
virtual bool IsModified() override
Return Value
truetrue (True in Visual Basic) if the element has been modified; otherwise, falsefalse (False in Visual Basic).
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace