JAMS Developer Guide
ResetValue Method (PSWrapperPropertyDescriptor)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperPropertyDescriptor Class : ResetValue Method
When overridden in a derived class, resets the value for this property of the component to the default value.
Syntax
'Declaration
 
Public Overrides Sub ResetValue( _
   ByVal component As System.Object _
) 
'Usage
 
Dim instance As PSWrapperPropertyDescriptor
Dim component As System.Object
 
instance.ResetValue(component)
public override void ResetValue( 
   System.object component
)

Parameters

component
Requirements

Target Platforms: 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

Reference

PSWrapperPropertyDescriptor Class
PSWrapperPropertyDescriptor Members