InstallBehavior.GetXml Method 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get XML

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Function GetXml ( _
    elementName As String _
) As String
'Usage
Dim instance As InstallBehavior
Dim elementName As String
Dim returnValue As String

returnValue = instance.GetXml(elementName)
public string GetXml (
    string elementName
)
public:
String^ GetXml (
    String^ elementName
)
public String GetXml (
    String elementName
)
public function GetXml (
    elementName : String
) : String

Parameters

  • elementName
    The name of the root element.

Return Value

An XML element string representing this InstallBehavior instance.

Platforms

Windows Server 2003

See Also

Reference

InstallBehavior Class
InstallBehavior Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.