Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Authoritative As Boolean
[Pascal]
property Authoritative : boolean;
[C++]
bool get_Authoritative();
void set_Authoritative(bool Value);
[PHP]
bool get_Authoritative()
void set_Authoritative(bool $Value)
[Java]
boolean getAuthoritative();
void setAuthoritative(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum