'Declaration
Public Sub DeleteProperty( _ ByVal name As System.String _ )
'Usage
Dim instance As Preferences Dim name As System.String instance.DeleteProperty(name)
public void DeleteProperty( System.string name )
Parameters
- name
- The name of the property to delete.