NetworkAdapterConfigurationInfoServiceName Property |
Win32_NetworkAdapterConfiguration: ServiceName: Service name of the network
adapter.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string ServiceName { get; set; }
<DataMemberAttribute>
Public Property ServiceName As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ ServiceName {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract ServiceName : string with get, set
[<DataMemberAttribute>]
override ServiceName : string with get, set
Property Value
Type:
String
The name of the service.
Implements
INetworkAdapterConfigurationInfoServiceNameSee Also