ISystemInfoRoles Property |
Win32_ComputerSystem: List that specifies the roles of a system in the
information technology environment.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string[] Roles { get; set; }
Property Roles As String()
Get
Set
property array<String^>^ Roles {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract Roles : string[] with get, set
Property Value
Type:
String
The roles.
See Also