NetworkAdapterInfoStatus Property |
Win32_NetworkAdapter: Status: Current status of the object.
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 Status { get; set; }
<DataMemberAttribute>
Public Property Status As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Status {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Status : string with get, set
[<DataMemberAttribute>]
override Status : string with get, set
Property Value
Type:
String
The status.
Implements
INetworkAdapterInfoStatusSee Also