|   | CommonGetOSProductName Method | 
        
        
            Gets the operating system product name.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static string GetOSProductName()
Public Shared Function GetOSProductName As String
public:
static String^ GetOSProductName()
static member GetOSProductName : unit -> string 
GSF.Common.GetOSProductName = function();
Return Value
StringOperating system product name.
 See Also
See Also