The type of the publisher Id.
UUID: 1a9a5a7b-767c-4a00-adfd-19549393e8fa
For more information, see UAPublisherIdType in .NET Reference.
UUID: 1a9a5a7b-767c-4a00-adfd-19549393e8fa
For more information, see UAPublisherIdType in .NET Reference.
Member | Value | Description |
---|---|---|
UAPublisherIdType_Byte | 1 | A publisher Id represented by an 8-bit unsigned integer. Enum value is 1. |
UAPublisherIdType_None | 0 | No type (a null publisher Id). Enum value is 0. |
UAPublisherIdType_String | 5 | A publisher Id represented by a string. Enum value is 5. |
UAPublisherIdType_UInt16 | 2 | A publisher Id represented by a 16-bit unsigned integer. Enum value is 2. |
UAPublisherIdType_UInt32 | 3 | A publisher Id represented by a 32-bit unsigned integer. Enum value is 3. |
UAPublisherIdType_UInt64 | 4 | A publisher Id represented by a 64-bit unsigned integer. Enum value is 4. |
For remarks, see UAPublisherIdType in .NET Reference.
For examples, see UAPublisherIdType in .NET Reference.