Partager via


PexSettingsStoreAttributeBase.SetValue(String, Object) Method

Definition

Sets the value.

protected:
 void SetValue(System::String ^ name, System::Object ^ value);
protected void SetValue (string name, object value);
member this.SetValue : string * obj -> unit
Protected Sub SetValue (name As String, value As Object)

Parameters

name
String

The name.

value
Object

The value.

Exceptions

the instance has been locked

Applies to