Discuss this help topic in SecureBlackbox Forum
Specifies supported AttribBits bits
Declaration
[C#]
uint SupportedAttribBits;
[VB.NET]
Property SupportedAttribBits As UInt32
[Pascal]
property SupportedAttribBits : cardinal;
[C++]
uint32_t get_SupportedAttribBits();
void set_SupportedAttribBits(uint32_t Value);
[PHP]
integer get_SupportedAttribBits()
void set_SupportedAttribBits(integer $Value)
[Java]
int getSupportedAttribBits();
void setSupportedAttribBits(int Value);
Description
Use this property to specify supported
AttribBits bits.
Discuss this help topic in SecureBlackbox Forum