←Select platform

Length Property

Summary

Gets or sets the native (unmanaged) data length (size in bytes).

Syntax

C#
VB
WinRT C#
C++
public uint Length {get; set;} 
Public Property Length As UInteger 
public uint Length {get; set;} 
 <br/>get_Length();<br/>set_Length(value);<br/>Object.defineProperty('Length');  
public: 
property uint Length { 
   uint get(); 
   void set (    uint ); 
} 

Property Value

An UInt32 value that represents the native (unmanaged) data length (size in bytes).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly