IPotentiallyLarge Interface

Definition

Represents an interface that can be implemented by a potentially large object to enable the testing framework to determine whether to enforce flow control during operations that involve the object.

public interface class IPotentiallyLarge
public interface IPotentiallyLarge
type IPotentiallyLarge = interface
Public Interface IPotentiallyLarge

Properties

ApproximateSize

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

Applies to