IComputerTarget.OSArchitecture Property

 

Applies To: Windows Server Update Services

Gets the operating system architecture (32-bit or 64-bit).

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string OSArchitecture { get; }
property String^ OSArchitecture {
    String^ get();
}
abstract OSArchitecture : string with get
ReadOnly Property OSArchitecture As String

Property Value

Type: System.String

The operating system architecture.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top