Intersoft ClientUI Documentation
SetConfiguration Method



The XML string from the configuration file that contains extension configuration data.
Used to pass custom configuration data to an extension.
Syntax
Public Sub SetConfiguration( _
   ByVal configuration As String _
) 
Dim instance As XamlRenderer
Dim configuration As String
 
instance.SetConfiguration(configuration)
public void SetConfiguration( 
   string configuration
)
public:
void SetConfiguration( 
   String^ configuration
) 

Parameters

configuration
The XML string from the configuration file that contains extension configuration data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XamlRenderer Class
XamlRenderer Members

Send Feedback