adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / GetProperty Method / GetProperty(Int32) Method
The zero-based index of the property to get.


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

    Parameters

    index
    The zero-based index of the property to get.

    Return Value

    The property at the requested index. Throws an exception if the index is not valid.
    Remarks
    Adding or updating propertys in this collection only affects the job instance in which the script is running.
    See Also