PropertyBlockSyntax.PropertyStatement Property

Definition

The property declaration that begins the block.

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

Property Value

Applies to