INDLicenseFetchDescriptor.ContentID 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 l’identificateur de contenu utilisé pour récupérer une licence.
public:
property Platform::Array <byte> ^ ContentID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ContentID();
/// [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")]
winrt::array_view <byte> ContentID();
public byte[] ContentID { get; }
public byte[] ContentID { [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; }
var byte[] = iNDLicenseFetchDescriptor.contentID;
Public ReadOnly Property ContentID As Byte()
Valeur de propriété
Byte[]
byte[]
Identificateur de contenu.
- Attributs