Discuss this help topic in SecureBlackbox Forum
States whether this user id is the main user id for this key
Declaration
[VB.NET]
Property Primary As Boolean
[Pascal]
property Primary : boolean;
[C++]
bool get_Primary();
void set_Primary(bool Value);
[PHP]
bool get_Primary()
void set_Primary(bool $Value)
[Java]
boolean getPrimary();
void setPrimary(boolean Value);
Description
Use this property to get or set if this
user id is the main user id for this key.
Discuss this help topic in SecureBlackbox Forum