ServiceInfoServiceType Property |
Win32_Service: Type of service provided to calling processes.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string ServiceType { get; set; }
<DataMemberAttribute>
Public Property ServiceType As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ ServiceType {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract ServiceType : string with get, set
[<DataMemberAttribute>]
override ServiceType : string with get, set
Property Value
Type:
String
The type of the service.
Implements
IServiceInfoServiceTypeSee Also