IPotentiallyLarge.ApproximateSize Property

Definition

Gets the approximate size, in bytes, of the data in this object when serialized for XML.

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

Property Value

The approximate size, in bytes, of the data in this object when serialized.

Applies to