SecureArray<T>.Length Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function Length As Integer
'Usage
Dim instance As SecureArray
Dim returnValue As Integer
returnValue = instance.Length()
public int Length()
Return Value
Type: System.Int32