Represents the unparsed parameter values for the command object.
property UnparsedParams: string;
Description
UnparsedParams is a read-only String property that represents the unparsed parameter values received by the command handler that generated the command object. UnparsedParams is assigned when the command object is created by a command handler for the current thread of execution.
UnparsedParams is used to determine the values added to the Params property when the command handler creates the object instance.