adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CustomProperty Class / IntegerValue Property

In This Topic
    IntegerValue Property (CustomProperty)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IntegerValue As Nullable(Of Integer)
    public Nullable<int> IntegerValue {get; set;}
    See Also