adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / CustomEventData Property

In This Topic
    CustomEventData Property
    In This Topic
    Data to be used with the CustomEventID
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property CustomEventData As String
    [CanBeNull()]
    public string CustomEventData {get; set;}
    See Also