ODataMessageWriterSettings.Indent 속성
작성자가 들여쓰기를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: 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입니다.