Share via


WithEventsPropertyEventContainerSyntax.Property Property

Definition

The provider of the event. It is a property of a WithEvents member of the containing type.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ Property { Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax Property { get; }
member this.Property : Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax
Public ReadOnly Property Property As IdentifierNameSyntax

Property Value

Applies to