获取或设置一个指示编写器是否使用缩进的值。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Indent As Boolean
Get
Set
用法
Dim instance As ODataMessageWriterSettings
Dim value As Boolean
value = instance.Indent
instance.Indent = value
public bool Indent { get; set; }
public:
property bool Indent {
bool get ();
void set (bool value);
}
member Indent : bool with get, set
function get Indent () : boolean
function set Indent (value : boolean)
属性值
类型:System.Boolean
如果编辑器使用缩进,则为 true;否则为 false。