SerializerCodeGenerationConfigurationCodeIndentString Property |
Gets or sets the indentation string for code generation.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string CodeIndentString { get; set; }
Public Property CodeIndentString As String
Get
Set
public:
property String^ CodeIndentString {
String^ get ();
void set (String^ value);
}
member CodeIndentString : string with get, set
Property Value
Type:
String
The indentation string for code generation.
The default is
" "(4 U+0020 chars).
Remarks
This value will be passed as-is for an underlying code dom provider.
See Also