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;}
    See Also