GetAssembliesXml() Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > Assemblies Class > GetAssembliesXml Method : GetAssembliesXml() Method



Glossary Item Box

Gets the assemblies XML.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAssembliesXml() As String
Visual Basic (Usage)Copy Code
Dim instance As Assemblies
Dim value As String
 
value = instance.GetAssembliesXml()
C# 
public string GetAssembliesXml()
C++/CLI 
public:
String^ GetAssembliesXml(); 

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