SystemInformationEvent.OSRole Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the operating system product type/role. This value is retrieved from GetVersionEx.
public:
property int OSRole { int get(); };
public:
property int OSRole { int get(); };
public int OSRole { get; }
member this.OSRole : int
Public ReadOnly Property OSRole As Integer