Share via


UsingStatementSyntax.Expression Property

Definition

If the Using statement is of a form that does not declare a new variable, this is the expression used in the using. Otherwise, Nothing is returned.

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

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to