Partager via


OperatingSystemFamilies.Windows Property

 

Gets the identifier for Windows based operating systems.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public static Guid Windows { get; }
public:
property Guid Windows {
    static Guid get();
}
Public Shared ReadOnly Property Windows As Guid

Property Value

Type: System.Guid

An instance of Guid.

See Also

OperatingSystemFamilies Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top