MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgByteProperty::MgByteProperty ( CREFSTRING  name,
BYTE  value 
)

Constructs an MgByteProperty object.

.NET Syntax
MgByteProperty(string name, unsigned char value);
Java Syntax
MgByteProperty(String name, signed char value);
PHP Syntax
MgByteProperty(string name, int value);
Parameters:
name(String/string) The name of the property.
value(signed char/unsigned char/string) The value of the property.