adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationAttachment Class / FileLocation Property


In This Topic
    FileLocation Property (NotificationAttachment)
    In This Topic
    The path/name of the file as stored on the filesystem.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property FileLocation As String
    [DataMember()]
    public string FileLocation {get; set;}
    [DataMember()]
    public:
    property String^ FileLocation {
       String^ get();
       void set (    String^ value);
    }
    See Also