DeviceProperty Constructor (DevicePropertyName)
Initializes a new instance of the DeviceProperty class with the specified property name.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
protected DeviceProperty(
DevicePropertyName propertyName
)
protected:
DeviceProperty(
DevicePropertyName propertyName
)
Protected Sub New (
propertyName As DevicePropertyName
)
Parameters
propertyName
Type: Microsoft.WindowsServerSolutions.Common.Devices.DevicePropertyNameA value of DevicePropertyName that defines the property name.
See Also
DeviceProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top