Click or drag to resize
EntitlementInfo Constructor
Initializes a new instance of the EntitlementInfo class. Constructor that parses XML returned by API

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public EntitlementInfo(
	XmlNode entitlementNode
)

Parameters

entitlementNode
Type: System.XmlXmlNode
The entitlement node.
See Also