INDCustomData.CustomDataTypeID Property

Definition

Gets the 16-byte type identifier for the custom data.

public:
 property Platform::Array <byte> ^ CustomDataTypeID { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> CustomDataTypeID();
/// [get: Windows.Foundation.Metadata.Deprecated("INDCustomData 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> CustomDataTypeID();
public byte[] CustomDataTypeID { get; }
public byte[] CustomDataTypeID { [Windows.Foundation.Metadata.Deprecated("INDCustomData 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[] = iNDCustomData.customDataTypeID;
Public ReadOnly Property CustomDataTypeID As Byte()

Property Value

Byte[]

byte[]

The byte array that contains the custom data type identifier.

Attributes

Applies to