InstallableItem.GetXml Method (String, String)
Applies To: Windows Server Update Services
This property value is for internal use only. It may be removed in a later release.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
protected internal string GetXml(
string elementName,
string installHandlerSpecificXml
)
public protected:
String^ GetXml(
String^ elementName,
String^ installHandlerSpecificXml
)
member GetXml :
elementName:string *
installHandlerSpecificXml:string -> string
Protected Friend Function GetXml (
elementName As String,
installHandlerSpecificXml As String
) As String
Parameters
elementName
Type: System.StringName of element
installHandlerSpecificXml
Type: System.StringXML file name
Return Value
Type: System.String
The XML string.
Remarks
This method is for internal use only. It may be removed in a later release.
See Also
InstallableItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top