Version

GroupSettingsResolved Property

Returns an object providing the resolved values for the GroupSettings property.
Syntax
'Declaration
 
Public ReadOnly Property GroupSettingsResolved As GroupSettingsResolved
public GroupSettingsResolved GroupSettingsResolved {get;}
Remarks

The settings of the group contained by the GroupSettings property may contain properties that are set to a "use default" value, which indicates that the property is inheriting its value and does not specify which setting is in control of the group. The GroupSettingsResolved property returns a GroupSettings object with all of its properties set to meaningful values. You can use these values to determine how the group is actually being formatted.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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