SoftwareDistributionPackage Constructor (IXPathNavigable)
Applies To: Windows Server Update Services
Note: This API is now obsolete.
Initializes a new instance of SoftwareDistributionPackage with the given SDP node.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[ObsoleteAttribute("This constructor is obsolete. Please use an alternative.")]
public SoftwareDistributionPackage(
IXPathNavigable sdpNode
)
public:
[ObsoleteAttribute("This constructor is obsolete. Please use an alternative.")]
SoftwareDistributionPackage(
IXPathNavigable^ sdpNode
)
[<ObsoleteAttribute("This constructor is obsolete. Please use an alternative.")>]
new :
sdpNode:IXPathNavigable -> SoftwareDistributionPackage
<ObsoleteAttribute("This constructor is obsolete. Please use an alternative.")>
Public Sub New (
sdpNode As IXPathNavigable
)
Parameters
sdpNode
Type: System.Xml.XPath.IXPathNavigableAn IXPathNavigable node pointing to a valid SDP package.
Exceptions
Exception
Condition
sdpNode does not point to a valid SDP package.
Remarks
This constructor is obsolete. Use one of the other SoftwareDistributionPackage constructor overloads.
See Also
SoftwareDistributionPackage Overload
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top