Sitecore 5.0 API

DataManager.RemoveProperty Method 

Removes the property.

[Visual Basic]
Public Sub RemoveProperty( _
   ByVal name As String, _
   ByVal isPrefix As Boolean _
)
[C#]
public void RemoveProperty(
   string name,
   bool isPrefix
);

Parameters

name
Name.
isPrefix
Is prefix.

See Also

DataManager Class | Sitecore.Data Namespace