Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / MissingArgumentExpression Class / Value Property
Example


In This Topic
    Value Property (MissingArgumentExpression)
    In This Topic
    Gets the missing argument value as an object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As MissingArgumentExpression
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    Object containing the value
    Example
    This example returns a missing argument.
    See Also