Decides whether the configuration data has been changed from the last time it has been loaded or saved.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function HasChanges() As Boolean |
| C# | |
|---|
public static bool HasChanges() |
| Managed Extensions for C++ | |
|---|
public: static bool HasChanges(); |
| C++/CLI | |
|---|
public:
static bool HasChanges(); |
Return Value
True if the configuration data has been changed; otherwise it is false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also