Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcPropertyExpression Class / Source Property


In This Topic
    Source Property (CalcPropertyExpression)
    In This Topic
    Gets the object that declares the property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As Object
    'Usage
     
    Dim instance As CalcPropertyExpression
    Dim value As Object
     
    value = instance.Source
    public object Source {get;}

    Property Value

    A System.Object value that declares the property.
    See Also