Configures the console view for the supplied view assembly configuration information. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As IConsoleView
Dim persistedConfigurationData As XmlElement
Dim returnValue As Boolean

returnValue = instance.TryConfigure(persistedConfigurationData)

Syntax

Visual Basic
Function TryConfigure ( _
		ByRef persistedConfigurationData As XmlElement _
) As Boolean
C#
bool TryConfigure (
		ref XmlElement persistedConfigurationData
)
C++
bool TryConfigure (
		XmlElement^% persistedConfigurationData
)
J#
boolean TryConfigure (
		/** @ref */ XmlElement persistedConfigurationData
)
JScript

Parameters

persistedConfigurationData

[in] Reference to a System.Xml.XmlElement object for the view assembly configuration information.

Return Value

true if the configuration is successful; otherwise false.

Remarks

A view assembly should present a user interface or return false if the user cancels the operation.


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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also