adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AlertNotificationRule Class / BodyFormat Property


In This Topic
    BodyFormat Property (AlertNotificationRule)
    In This Topic
    The format of the NotificationMessage
    Syntax
    'Declaration
     
    
    Public Property BodyFormat As TextType
    public TextType BodyFormat {get; set;}
    public:
    property TextType BodyFormat {
       TextType get();
       void set (    TextType value);
    }
    Remarks
    See Also