CimIndicationEventArgs.Context Property

 

Gets the Context property, which returns an object value for an operation context.

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

Syntax

public object Context { get; }
public:
property Object^ Context {
    Object^ get();
}
member Context : Object with get
Public ReadOnly Property Context As Object

Property Value

Type: System.Object

Returns Object.

See Also

CimIndicationEventArgs Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top