Stores the given value into the backing store for retrieval later.

Declaration Syntax
public override void SetValue(
Object newValue
)
Public Overrides Sub SetValue ( _
newValue As Object _
)
public:
virtual void SetValue(
Object^ newValue
) override

Parameters
- newValue (Object)
- The object being stored.

Remarks
Setting a value will attempt to release the lock acquired by
GetValue()()().
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)