PivotField.MemoryUsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the amount of memory in bytes currently being used by the object. Read-only Integer.
public:
property int MemoryUsed { int get(); };
public int MemoryUsed { get; }
Public ReadOnly Property MemoryUsed As Integer