Share via


CimSubscriptionResult.Instance Property

 

Gets a CIM instance that represents an occurrence of a WMI event.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public CimInstance Instance { get; }
public:
property CimInstance^ Instance {
    CimInstance^ get();
}
member Instance : CimInstance with get
Public ReadOnly Property Instance As CimInstance

Property Value

Type: Microsoft.Management.Infrastructure.CimInstance

The CIM instance that represents the WMI event occurrence.

See Also

CimSubscriptionResult Class
Microsoft.Management.Infrastructure Namespace

Return to top