IPageContext.ConfigurationXml Property
Gets or sets the configuration XML text for a page context object.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim instance As IPageContext
Dim value As String
value = instance.ConfigurationXml
instance.ConfigurationXml = value
Syntax
'Declaration
Property ConfigurationXml As String
string ConfigurationXml { get; set; }
property String^ ConfigurationXml {
String^ get ();
void set (String^ value);
}
/** @property */
String get_ConfigurationXml ()
/** @property */
void set_ConfigurationXml (String value)
function get ConfigurationXml () : String
function set ConfigurationXml (value : String)
Property Value
A string that contains the configuration XML text for a page context object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
IPageContext Interface
IPageContext Members
Microsoft.EnterpriseManagement.UI Namespace