Discuss this help topic in SecureBlackbox Forum
Defines the protocol family or an instance of the protocol.
Declaration
[C#]
ushort ResourceClass;
[VB.NET]
Property ResourceClass As UInt16
[Pascal]
property ResourceClass : Word;
[C++]
uint16_t get_ResourceClass();
void set_ResourceClass(uint16_t Value);
[PHP]
integer get_ResourceClass()
void set_ResourceClass(integer $Value)
[Java]
short getResourceClass();
void setResourceClass(short arg0);
Description
Use this property to get or set the protocol family or an instance of the protocol for the resource.
Discuss this help topic in SecureBlackbox Forum