Version

ResetInstanceProps Method

Resets all InstanceProps properties to their default values.
Syntax
'Declaration
 
Public Sub ResetInstanceProps() 
public void ResetInstanceProps()
Remarks

This method resets all of the modifiable properties of the InstanceProps object to their default values. Any properties that default to their "use default" setting then take on the settings found in the associated SharedProps object. Invoking this method is the equivalent of invoking the InstanceProps.Reset method of the InstanceProps object.

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