Dela via


LocalizablePropertyDescriptor.ResetValue Method

Resets the specified property to the default value.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Sub ResetValue ( _
    component As Object _
)
'Usage
Dim instance As LocalizablePropertyDescriptor 
Dim component As Object

instance.ResetValue(component)
public override void ResetValue(
    Object component
)
public:
virtual void ResetValue(
    Object^ component
) override
abstract ResetValue : 
        component:Object -> unit  
override ResetValue : 
        component:Object -> unit
public override function ResetValue(
    component : Object
)

Parameters

See Also

Reference

LocalizablePropertyDescriptor Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace