adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCaptureAction Class / NotificationMessage Property


In This Topic
    NotificationMessage Property (FileCaptureAction)
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationMessage As String
    [CanBeNull()]
    public string NotificationMessage {get; set;}
    [CanBeNull()]
    public:
    property String^ NotificationMessage {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Set to a null reference (Nothing in Visual Basic) or empty string to use a system-generated default subject
    See Also