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!

Array Properties

The properties of the Array class are listed below. For a complete list of Array class members, see the Array Members topic.

Public:

IsReadOnly Gets a value indicating whether the Array is read-only.
IsSynchronized Gets a value indicating whether access to the Array is synchronized (thread-safe).
Length Gets the total number of elements in all the dimensions of the Array.
Rank Gets the rank, or number of dimensions, in the Array.
SyncRoot Gets an object that can be used to synchronize access to the Array.

See Also

Array Class | System Namespace