adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / SetIntegerValue Method

In This Topic
    SetIntegerValue Method (ICustomProperties)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetIntegerValue( _
       ByVal name As String, _
       ByVal value As Nullable(Of Integer) _
    ) 
    void SetIntegerValue( 
       string name,
       Nullable<int> value
    )

    Parameters

    name
    value
    See Also