Sitecore 5.1.1 API

ClientContext.SetValue Method (String, Object, String)

[Visual Basic]
Overloads Public Shared Sub SetValue( _
   ByVal name As String, _
   ByVal value As Object, _
   ByVal persistableValue As String _
)
[C#]
public static void SetValue(
   string name,
   object value,
   string persistableValue
);

See Also

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