Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.UserAttrCount

TElPGPPublicKey     See also     


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


Contains total number of users' photos.

Declaration

[C#]
    int UserAttrCount;

[VB.NET]
    Property UserAttrCount As Integer

[Pascal]
    property UserAttrCount : integer;

[C++]
    int32_t get_UserAttrCount();

[PHP]
    integer get_UserAttrCount()

[Java]
    int getUserAttrCount();

Description

    Use this read-only property to get the number of users' photos which correspond to this key.

See also:     AddUserAttr     RemoveUserAttr     UsersAttrs     UsersIDCount    

Discuss this help topic in SecureBlackbox Forum