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 name.
    Syntax
    'Declaration
     
    
    Default Property Item( _
       ByVal name As String _
    ) As String
    string this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    See Also