Sitecore 5.0 API

DataManager.SetProperty Method 

Sets the property.

[Visual Basic]
Public Sub SetProperty( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public void SetProperty(
   string name,
   string value
);

Parameters

name
Name.
value
Value.

See Also

DataManager Class | Sitecore.Data Namespace