DeviceDescriptor.IsWindowsFamily Property
Gets and sets a value that describes whether the device is in the Windows family.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public bool IsWindowsFamily { get; private set; }
public:
property bool IsWindowsFamily {
bool get();
private: void set(bool value);
}
Public Property IsWindowsFamily As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
true if the device is in the Windows family; otherwise, false.
See Also
DeviceDescriptor Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top