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