PropertyBlockSyntax.EndPropertyStatement Property

Definition

The End Property statement that ends the block.

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

Property Value

Applies to