XmlSchemaInfo.IsNil 속성

정의

유효성이 검사된 이 XML 노드의 값이 nil인지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsNil { bool get(); void set(bool value); };
public bool IsNil { get; set; }
member this.IsNil : bool with get, set
Public Property IsNil As Boolean

속성 값

Boolean

bool 값입니다.

설명

XML 노드의 값은 특성이 nil이면 xsi:nil nil입니다 true.

적용 대상