The encoding to be used when streaming the result
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public Encoding Encoding { get; protected set; } |
Visual Basic |
---|
Public Property Encoding As Encoding
Get
Protected Set |
Visual C++ |
---|
public:
virtual property Encoding^ Encoding {
Encoding^ get () sealed;
protected: void set (Encoding^ value) sealed;
} |
F# |
---|
abstract Encoding : Encoding with get, set
override Encoding : Encoding with get, set |
Property Value
Type:
EncodingImplements
ISerializationFormat..::..Encoding
See Also