Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / NotAvailable Property
Example


In This Topic
    NotAvailable Property
    In This Topic
    Occurs when a value is not available.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property NotAvailable As CalcError
    'Usage
     
    
    Dim value As CalcError
     
    value = CalcError.NotAvailable
    public static CalcError NotAvailable {get;}

    Property Value

    CalcError object containing this type of error
    Example
    This example returns the error value.
    See Also