Chili.Opf3 Send comments on this topic.
Value Property
See Also 
Chili.Opf3 Namespace > Blob Class : Value Property




Specifies the byte array managed by the Blob.

Syntax

Visual Basic (Declaration) 
Public Property Value As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Blob
Dim value() As Byte
 
instance.Value = value
 
value = instance.Value
C# 
public byte[] Value {get; set;}
Managed Extensions for C++ 
public: __property byte[]* get_Value();
public: __property void set_Value( 
   byte[]* value
);
C++/CLI 
public:
property array<byte>^ Value {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Return Value

Returns the byte array managed by this instance of the Blob class.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also