Share via


TypeBlockSyntax.Begin Property

Definition

Caution

This member is obsolete. Use BlockStatement or a more specific property (e.g. ClassStatement) instead.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeStatementSyntax ^ Begin { Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeStatementSyntax ^ get(); };
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. ClassStatement) instead.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeStatementSyntax Begin { get; }
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. ClassStatement) instead.", true)>]
member this.Begin : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeStatementSyntax
Public ReadOnly Property Begin As TypeStatementSyntax

Property Value

Attributes

Applies to