Discuss this help topic in SecureBlackbox Forum
Specifies resource type.
Declaration
[C#]
ushort ResourceCode;
[VB.NET]
Property ResourceCode As UInt16
[Pascal]
property ResourceCode : Word;
[C++]
uint16_t get_ResourceCode();
void set_ResourceCode(uint16_t Value);
[PHP]
integer get_ResourceCode()
void set_ResourceCode(integer $Value)
[Java]
short getResourceCode();
void setResourceCode(short arg0);
Description
Use this property to specify resource type in numeric format.
The SecureBlackbox-specific resource type is set by
ResourceType property.
Discuss this help topic in SecureBlackbox Forum