Discuss this help topic in SecureBlackbox Forum

TElXMLReference.HasURI

TElXMLReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies whether the URI is set (even when it is empty).

Declaration

[C#]
    bool HasURI;

[VB.NET]
    Property HasURI As Boolean

[Pascal]
    property HasURI : Boolean;

[C++]
    bool get_HasURI();
    void set_HasURI(bool Value);

[PHP]
    bool get_HasURI()
    void set_HasURI(bool $Value)

[Java]
    boolean getHasURI();
    void setHasURI(boolean Value);

Description

This property specifies whether URI is set.

See also:     URI     URIData     URINode    

Discuss this help topic in SecureBlackbox Forum