Discuss this help topic in SecureBlackbox Forum
Specifies whether to validate all references.
Declaration
[C#]
bool ValidateReferences;
[VB.NET]
Property ValidateReferences As Boolean
[Pascal]
property ValidateReferences : boolean;
[C++]
bool get_ValidateReferences();
void set_ValidateReferences(bool Value);
[PHP]
bool get_ValidateReferences()
void set_ValidateReferences(bool $Value)
[Java]
boolean getValidateReferences();
void setValidateReferences(boolean Value);
Description
Set this property to true to force validation of all XML references.
The default value is true.
Discuss this help topic in SecureBlackbox Forum