INDLicenseFetchDescriptor.ContentID Property

Definition

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

Applies to