INDLicenseFetchDescriptor.ContentID 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 the content identifier used for fetching a license.
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()
Property Value
Byte[]
byte[]
The content identifier.
- Attributes