NDLicenseFetchDescriptor.LicenseFetchChallengeCustomData Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta dati personalizzati per una richiesta di recupero delle licenze.
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
Valore della proprietà
Dati personalizzati da o per la richiesta di licenza.
Implementazioni
- Attributi