OperatingSystemProperty.Family Property
Gets the family of the operating system that is running on the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public Guid Family { get; private set; }
public:
[DataMemberAttribute]
property Guid Family {
Guid get();
private: void set(Guid value);
}
<DataMemberAttribute>
Public Property Family As Guid
Get
Private Set
End Property
Property Value
Type: System.Guid
An instance Guid.
See Also
OperatingSystemProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top