INDLicenseFetchDescriptor.LicenseFetchChallengeCustomData Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit des données personnalisées pour un défi de récupération de licence.
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
Valeur de propriété
Données personnalisées de ou pour la demande de licence.
- Attributs