Character Set (string). The character set of the binary object if the mime type is text.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public string CharacterSetCode { get; set; } |
| Visual Basic |
|---|
Public Property CharacterSetCode As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ CharacterSetCode {
String^ get () sealed;
void set (String^ value) sealed;
} |
| F# |
|---|
abstract CharacterSetCode : string with get, set
override CharacterSetCode : string with get, set |
Property Value
Type:
StringImplements
IEmbeddedDocumentBinaryObject..::..CharacterSetCodeRemarks
See Also