ComputerInfo.WindowsRegisteredOrganization 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.
Name of the organization that this installation of Windows is registered to, from the Windows Registry.
public:
property System::String ^ WindowsRegisteredOrganization { System::String ^ get(); };
public:
property Platform::String ^ WindowsRegisteredOrganization { Platform::String ^ get(); };
public string WindowsRegisteredOrganization { get; }
member this.WindowsRegisteredOrganization : string
Public ReadOnly Property WindowsRegisteredOrganization As String