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