PackageResponseCreatePackageResponse Method (String) | |
Creates a PackageResponse Object by the serialized Xml.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static PackageResponse CreatePackageResponse(
string xml
)
public:
static PackageResponse^ CreatePackageResponse(
String^ xml
)
PSI.Sox.PackageResponse.CreatePackageResponse = function(xml);
Parameters
- xml
- Type: SystemString
Xml to Deserialize into a PackageResponse Object
Return Value
Type:
PackageResponsePackageResponse object
See Also