GetEventCommand.EventIdentifier Property

Definition

An identifier for this event subscription.

public:
 property int EventIdentifier { int get(); void set(int value); };
public:
 property int EventIdentifier { int get(); void set(int value); };
public int EventIdentifier { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Id" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ById", Position=0, ValueFromPipelineByPropertyName=true)]
public int EventIdentifier { get; set; }
member this.EventIdentifier : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "Id" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ById", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.EventIdentifier : int with get, set
Public Property EventIdentifier As Integer

Property Value

Attributes

Applies to