NDLicenseFetchDescriptor.LicenseFetchChallengeCustomData 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 or sets custom data for a license fetch challenge.
public:
property INDCustomData ^ LicenseFetchChallengeCustomData { INDCustomData ^ get(); void set(INDCustomData ^ value); };
INDCustomData LicenseFetchChallengeCustomData();
void LicenseFetchChallengeCustomData(INDCustomData licenseFetchChallengeCustomData);
/// [get: Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDCustomData LicenseFetchChallengeCustomData();
void LicenseFetchChallengeCustomData(INDCustomData licenseFetchChallengeCustomData);
public INDCustomData LicenseFetchChallengeCustomData { get; set; }
public INDCustomData LicenseFetchChallengeCustomData { [Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("INDLicenseFetchDescriptor is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] set; }
var iNDCustomData = nDLicenseFetchDescriptor.licenseFetchChallengeCustomData;
nDLicenseFetchDescriptor.licenseFetchChallengeCustomData = iNDCustomData;
Public Property LicenseFetchChallengeCustomData As INDCustomData
Property Value
The custom data from or for the license challenge.
Implements
- Attributes