Discuss this help topic in SecureBlackbox Forum
This property specifies whether the URI is set (even when it is empty).
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum