IServiceInfoName 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 string Name { get; set; }
Property Name As String
Get
Set
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
Property Value
Type:
String
The name.
See Also