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 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