Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the property.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public DevicePropertyName PropertyName { get; private set; }
public:
[DataMemberAttribute]
property DevicePropertyName PropertyName {
DevicePropertyName get();
private: void set(DevicePropertyName value);
}
<DataMemberAttribute>
Public Property PropertyName As DevicePropertyName
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.DevicePropertyName
An instance of DevicePropertyName.
See Also
DeviceProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top