The name of the Service.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use ServiceName instead")] public string Name { get; internal set; }
<ObsoleteAttribute("Use ServiceName instead")> _ Public Property Name As String Get Friend Set
[ObsoleteAttribute(L"Use ServiceName instead")] public: property String^ Name { String^ get (); internal: void set (String^ value); }