Binary.Length Property

Definition

Gets the length of the binary object.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Property Value

An integer representing the length.

Applies to