Spread Silverlight Documentation
Name Property (CalcPropertyExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcPropertyExpression Class : Name Property
Gets the name of the property.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
'Usage
 
Dim instance As CalcPropertyExpression
Dim value As System.String
 
value = instance.Name
public System.string Name {get;}

Property Value

A System.String value that represents the name of the property.
See Also

Reference

CalcPropertyExpression Class
CalcPropertyExpression Members