PexSettingsStoreAttributeBase.SetValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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