NDLicenseFetchDescriptor.ContentID 属性

定义

获取内容标识符。

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[] = nDLicenseFetchDescriptor.contentID;
Public ReadOnly Property ContentID As Byte()

属性值

Byte[]

byte[]

内容标识符。

实现

属性

适用于