INDLicenseFetchResult.ResponseCustomData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the custom data from a license fetch response.
public:
property INDCustomData ^ ResponseCustomData { INDCustomData ^ get(); };
INDCustomData ResponseCustomData();
/// [get: Windows.Foundation.Metadata.Deprecated("INDLicenseFetchResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDCustomData ResponseCustomData();
public INDCustomData ResponseCustomData { get; }
public INDCustomData ResponseCustomData { [Windows.Foundation.Metadata.Deprecated("INDLicenseFetchResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var iNDCustomData = iNDLicenseFetchResult.responseCustomData;
Public ReadOnly Property ResponseCustomData As INDCustomData
Property Value
The custom data from a license fetch response.
- Attributes