Set Method (DeviceDescription)
public DeviceDescription Set( string capability, object value )
Parameters
- capability
- the name of the capability to set value for.
- value
- the new value of the capability.
Return Value
The updated description instance (builder pattern).