Click or drag to resize

ServiceInfoName Property

Win32_Service: Unique identifier of the service that provides an indication of the functionality that is managed. This functionality is described in the Description property of the object.

Namespace:  Xcalibur.Models.Services
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public string Name { get; set; }

Property Value

Type: String
The name.

Implements

IServiceInfoName
See Also