Share via


WithEventsEventContainerSyntax.Identifier Property

Definition

The container of the event. It is a simple identifier that refers to a WithEvents member of the containing type.

public:
 property Microsoft::CodeAnalysis::SyntaxToken Identifier { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken Identifier { get; }
member this.Identifier : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property Identifier As SyntaxToken

Property Value

Applies to