adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetIntegerValue Method / GetIntegerValue(String) Method

In This Topic
    GetIntegerValue(String) Method
    In This Topic
    Gets or sets the value of the property with the specified name, as an integer value
    Syntax
    'Declaration
     
    
    Overloads Function GetIntegerValue( _
       ByVal name As String _
    ) As Nullable(Of Integer)
    Nullable<int> GetIntegerValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist or its value cannot be converted to int.
    See Also