adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / GetProperty Method / GetProperty(String) Method
The name (case-insensitive) of the property to get.


In This Topic
    GetProperty(String) Method
    In This Topic
    Gets the property at the specified index;
    Syntax
    'Declaration
     
    
    Overloads Function GetProperty( _
       ByVal index As String _
    ) As CustomProperty
    CustomProperty GetProperty( 
       string index
    )
    CustomProperty^ GetProperty( 
       String^ index
    ) 

    Parameters

    index
    The name (case-insensitive) of the property to get.

    Return Value

    The requested property, or null (Nothing) if no property exists with that name.
    See Also