adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / GetByPrefix Method


In This Topic
    GetByPrefix Method
    In This Topic
    Gets all properties whose name starts with the specified prefix.
    Syntax
    'Declaration
     
    
    Function GetByPrefix( _
       ByVal prefix As String _
    ) As IEnumerable(Of CustomProperty)

    Parameters

    prefix
    See Also