NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BitArray.Length

Gets or sets the capacity of BitArray.

[Visual Basic]
Public Property Length As Integer
[C#]
public int Length {get; set;}
[C++]
public: __property int get_Length();
public: __property void set_Length(int);
[JScript]
public function get Length() : int;
public function set Length(int);

Property Value

The number of bit values that BitArray can contain.

See Also

BitArray Class | BitArray Members | System.Collections Namespace