ResetProperty(String) Method
In This Topic
Completely resets specified property (make it uninitialized, initialization required after that).
Syntax
'Declaration
Protected Overloads Overrides Sub ResetProperty( _
ByVal As String _
)
protected override void ResetProperty(
string
)
Parameters
- name
- Specified property name.
Exceptions
See Also