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

Constructs an MgBlobProperty object.

.NET Syntax
MgBlobProperty(string name, MgByteReader value);
Java Syntax
MgBlobProperty(String name, MgByteReader value);
PHP Syntax
MgBlobProperty(string name, MgByteReader value);
Parameters:
name(String/string) The name of the property.
value(MgByteReader) the value of the property.