Share via


RegisterCimIndicationCommand.GetSourceObjectEventName Method ()

 

Returns the name of the event to be monitored on the input object.

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

Syntax

protected override string GetSourceObjectEventName()
protected:
virtual String^ GetSourceObjectEventName() override
override GetSourceObjectEventName : unit -> string
Protected Overrides Function GetSourceObjectEventName As String

Return Value

Type: System.String

Returns String.

See Also

RegisterCimIndicationCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top