adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface
Properties Methods

In This Topic
    ICustomProperties Interface Members
    In This Topic

    The following tables list the members exposed by ICustomProperties.

    Public Properties
     NameDescription
     Property Gets the number of items in the collection  
     Property Gets or sets the value of the property with the specified key.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded.  Adds or updates the property with the specified key.  
     Method Removes all properties whose names start with the specified prefix.  
     Method Determines whether the collection contains a property with the specified name.  
     Method Gets all properties whose name starts with the specified prefix.  
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<CustomProperty>)
     MethodOverloaded.  Gets the property at the specified index;  
     MethodOverloaded.   
    Top
    See Also