Spread for ASP.NET 8.0 Product Documentation
Arg Property (UnaryOperatorExpression)


Gets the operand for the expression.
Syntax
'Declaration
 
Public ReadOnly Property Arg As Expression
'Usage
 
Dim instance As UnaryOperatorExpression
Dim value As Expression
 
value = instance.Arg
public Expression Arg {get;}

Property Value

Expression object containing the argument expression
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

UnaryOperatorExpression Class
UnaryOperatorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.