Spread for ASP.NET 8.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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ParenthesesExpression Class
ParenthesesExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.