adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / BodyFormat Property


In This Topic
    BodyFormat Property (NotificationMessage)
    In This Topic
    The format of the Message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property BodyFormat As TextType
    [DataMember()]
    public TextType BodyFormat {get; set;}
    [DataMember()]
    public:
    property TextType BodyFormat {
       TextType get();
       void set (    TextType value);
    }
    See Also