Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

UnaryOperatorExpression Class
UnaryOperatorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.