Gets a value indicating whether the ConfigurationElement object is read-only. (Inherited from ConfigurationElement.)
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Function IsReadOnly() As Boolean |
C# | |
---|
public override bool IsReadOnly() |
Managed Extensions for C++ | |
---|
public: bool IsReadOnly(); override |
C++/CLI | |
---|
public:
bool IsReadOnly(); override |
Return Value
This method will always return false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also