Spread for ASP.NET 9.0 Product Documentation
Arg Property (ParenthesesExpression)


Gets the expression inside the parentheses.
Syntax
'Declaration
 
Public ReadOnly Property Arg As Expression
'Usage
 
Dim instance As ParenthesesExpression
Dim value As Expression
 
value = instance.Arg
public Expression Arg {get;}

Property Value

Expression object containing expression in parentheses
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ParenthesesExpression Class
ParenthesesExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.