CimSubscriptionResult.MachineId Property
Gets the ID of the device that the event emanated from.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public string MachineId { get; }
public:
property String^ MachineId {
String^ get();
}
member MachineId : string with get
Public ReadOnly Property MachineId As String
Property Value
Type: System.String
The ID of the event's device.
See Also
CimSubscriptionResult Class
Microsoft.Management.Infrastructure Namespace
Return to top