adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / Item Property


In This Topic
    Item Property (ICustomProperties)
    In This Topic
    Gets or sets the value of the property with the specified key.
    Syntax
    'Declaration
     
    
    Default Property Item( _
       ByVal index As String _
    ) As String
    string this[ 
       string index
    ]; {get; set;}
    property String^ default [String^] {
       String^ get(String^ index);
       void set (String^ index, String^ value);
    }

    Parameters

    index
    See Also