adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / LinkUrl Property


In This Topic
    LinkUrl Property
    In This Topic
    A Url the user can visit for more information about the message
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property LinkUrl As String
    [DataMember()]
    public string LinkUrl {get; set;}
    [DataMember()]
    public:
    property String^ LinkUrl {
       String^ get();
       void set (    String^ value);
    }
    See Also