StringPropertyCodePage Property

The code page (if there was one) that was used to decode the string. If there was no code page used then this value is -1.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public int CodePage { get; set; }

Property Value

Int32

See Also