WindowsDriverItem.GetXml Method (String)

 

Applies To: Windows Server Update Services

Constructs the XML string for a Windows driver installable item with the specified name.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string GetXml(
    string elementName
)
public:
String^ GetXml(
    String^ elementName
)
member GetXml : 
        elementName:string -> string
Public Function GetXml (
    elementName As String
) As String

Parameters

  • elementName
    Type: System.String

    The name of the element for which to construct the XML string.

Return Value

Type: System.String

The XML string.

Remarks

[This method can be found only in the API delivered with WSUS 3.0 SP1.]

See Also

GetXml Overload
WindowsDriverItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top