ResponseCustomData Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property ResponseCustomData As String

Property Value

Type: System.String
Any custom data returned from the server in the license response. If there is no custom data to return, you get an empty string.

ExceptionCondition
InvalidOperationException

If accessing this property when the license acquisition was canceled or if an error occurred.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft