Returns the length of the data in the
Blob.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Length As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Blob
Dim value As Integer
value = instance.Length
|
| C# | |
|---|
public int Length {get;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_Length(); |
| C++/CLI | |
|---|
public:
property int Length {
int get();
} |
Return Value
Returns the length of the data in the
Blob.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also