Share via


OperatingSystemFamilies.Macintosh Property

 

Gets the identifier for Macintosh based operating systems.

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

Syntax

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

Property Value

Type: System.Guid

An instance of Guid.

See Also

OperatingSystemFamilies Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top