IXmlSchemaInfo.IsNil Propriedade
Definição
Obtém um valor que indica se o valor deste nó XML validado é nulo.Gets a value indicating if the value for this validated XML node is nil.
public:
property bool IsNil { bool get(); };
public bool IsNil { get; }
member this.IsNil : bool
Public ReadOnly Property IsNil As Boolean
Valor da propriedade
true Se o valor desse nó XML validado for nil; caso contrário, false .true if the value for this validated XML node is nil; otherwise, false.