PropertyItem::Value Property
.NET Framework (current version)
Gets or sets the value of the property item.
Assembly: System.Drawing (in System.Drawing.dll)
public: property array<unsigned char>^ Value { array<unsigned char>^ get(); void set(array<unsigned char>^ value); }
Property Value
Type: array<System::Byte>^A byte array that represents the value of the property item.
The byte array returned by the Value property contains data in one of several different primitive types. To use the data, determine the data type using the Type property and convert the byte array accordingly.
.NET Framework
Available since 1.1
Available since 1.1
Show: