adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptLibrary Class / IsDefaultFunctionLibrary Property


In This Topic
    IsDefaultFunctionLibrary Property
    In This Topic
    Indicates whether this is the default function library
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDefaultFunctionLibrary As Boolean
    public bool IsDefaultFunctionLibrary {get;}
    public:
    property bool IsDefaultFunctionLibrary {
       bool get();
    }
    Remarks

    The default function library has ArcanaDevelopment.adTempus.Shared.WellKnownOIDs.DefaultFunctionLibrary as its OID.

    Methods in the default function library are available to be called as "inline functions" using the job variable token syntax.

    See Also