[SerializableAttribute]
public class StateValue : IStateValue<SerializableAttribute>
Public Class StateValue
Implements IStateValue[SerializableAttribute]
public ref class StateValue : IStateValueSee Device State Implementation and Requirements for further information on how to implement DeviceState, which properties to include, and the implementation support provided by the Platform.
| StateValue | Create a new state value object |
| StateValue(DateTime) | Create a StateValue object whose Name property is "TimeStamp" and whose Value property is the supplied date-time value. |
| StateValue(String, Object) | Create a new state value object with the given name and value |