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; }
<DataMemberAttribute>
Public Property Name As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Name : string with get, set
[<DataMemberAttribute>]
override Name : string with get, set
Property Value
Type:
String
The name.
Implements
IServiceInfoNameSee Also