'Declaration Public Sub SetDevicePropertyValueInt( _
ByVal propertyIdThe property identifier.As Integer, _
ByVal propertyValueThe integer value of property.As Integer _
)
public void SetDevicePropertyValueInt(
int propertyId,
int propertyValue
)
public: void SetDevicePropertyValueInt(
int propertyId,
int propertyValue
)
public:
void SetDevicePropertyValueInt(
int propertyId,
int propertyValue
)
Parameters
- propertyId
- The property identifier.
- propertyValue
- The integer value of property.