INDLicenseFetchDescriptor.LicenseFetchChallengeCustomData Property

Definition

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 = iNDLicenseFetchDescriptor.licenseFetchChallengeCustomData;
iNDLicenseFetchDescriptor.licenseFetchChallengeCustomData = iNDCustomData;
Public Property LicenseFetchChallengeCustomData As INDCustomData

Property Value

The custom data from or for the license challenge.

Attributes

Applies to