IConfigElementhasBeenModified Method |
Return
if this instance has been modified.
The instance is considered to have been modified if a change was made
that affects the persistent representation since:
The instance was constructed from an XML representation.
was last called
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxFunction hasBeenModified As Boolean
abstract hasBeenModified : unit -> bool
Return Value
Type:
Booleantrue if this instance has been modified.
See Also