LicenseinitializeFromXml Method |
Initializes properties from a plain-text XML license document.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxprotected virtual bool initializeFromXml(
XmlDocument xml
)
Protected Overridable Function initializeFromXml (
xml As XmlDocument
) As Boolean
protected:
virtual bool initializeFromXml(
XmlDocument^ xml
)
Parameters
- xml
- Type: System.XmlXmlDocument
The XmlDocument object with the initialization data
Return Value
Type:
BooleanReturns true if successful.
See Also