ISystemInfoPrimaryOwner Property |
Win32_ComputerSystem: Name of the primary system owner.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string PrimaryOwner { get; set; }
Property PrimaryOwner As String
Get
Set
property String^ PrimaryOwner {
String^ get ();
void set (String^ value);
}
abstract PrimaryOwner : string with get, set
Property Value
Type:
String
The primary owner.
See Also