SharedPersonalizationStateInfo.SizeOfPersonalizations 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.
Gets the total size of all per-user personalization information for a page.
public:
property int SizeOfPersonalizations { int get(); };
public int SizeOfPersonalizations { get; }
member this.SizeOfPersonalizations : int
Public ReadOnly Property SizeOfPersonalizations As Integer
Property Value
The total size, in bytes, of all personalization information for a page.
Remarks
This property returns the size of all per-user personalization information that exists for a page. This will be a different value than the value returned by Size because SizeOfPersonalizations is the size in bytes of only the per-user state for a page and does not include the size of shared state data included in the Size value.