RemoveEventCommand.EventIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Parameter(Mandatory=true, ParameterSetName="ByIdentifier", Position=0, ValueFromPipelineByPropertyName=true)]
public int EventIdentifier { get; set; }
member this.EventIdentifier : int with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByIdentifier", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.EventIdentifier : int with get, set
Public Property EventIdentifier As Integer
Property Value
- Attributes