Version

SummaryRecord Property (SpecialRecordOrder)

Specifies the order of summary record in relation to other special records. Default value is -1.
Syntax
'Declaration
 
Public Property SummaryRecord As Integer
public int SummaryRecord {get; set;}
Remarks

SummaryRecord along with other properties of this object determine the order in which special records are displayed inside each record collection. Special records with lower order value will be displayed before the special records with higher order value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also