public class Property extends Object
This class encapsulates a single property change in UPnP event notifications. Each property has a name (corresponding to a state variable) and a value representing the new state of that variable.
Key features:
This class is used in UPnP event notifications to communicate changes in service state variables to subscribed control points, enabling real-time monitoring of device status changes.