AcquireLicenseCompletedEventArgs.ResponseCustomData Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets any custom data returned from the server in the license response.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.StringAny custom data returned from the server in the license response. If there is no custom data to return, you get an empty string.
| Exception | Condition |
|---|---|
| InvalidOperationException | If accessing this property when the license acquisition was canceled or if an error occurred. |
Show: