Share via


SyncLockBlockSyntax.EndSyncLockStatement Property

Definition

The End SyncLock statement that ends the block.

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

Property Value

Applies to