Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalReferenceExpression Class / Source Property


In This Topic
    Source Property (ExternalReferenceExpression)
    In This Topic
    Gets the source of the reference.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Source As Object
    'Usage
     
    
    Dim instance As ExternalReferenceExpression
    Dim value As Object
     
    value = instance.Source
    public abstract object Source {get;}
    See Also