Sitecore 5.1.1 API

ClientDataStore.SetValue Method (String, String)

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

See Also

ClientDataStore Class | Sitecore.Configuration Namespace | ClientDataStore.SetValue Overload List