JAMS Developer Guide
DeleteProperty Method


Genghis Namespace > Preferences Class : DeleteProperty Method
The name of the property to delete.
Deletes a property from the store.
Syntax
'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.
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

Preferences Class
Preferences Members