Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NTemporaryFileSettings Class / ExpireSpan Property


In This Topic
    ExpireSpan Property
    In This Topic
    The time span after which a temporary file is considered expired.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property ExpireSpan As System.TimeSpan
    'Usage
     
    
    Dim instance As NTemporaryFileSettings
    Dim value As System.TimeSpan
     
    instance.ExpireSpan = value
     
    value = instance.ExpireSpan
    [System.Xml.Serialization.XmlIgnore()]
    public System.TimeSpan ExpireSpan {get; set;}
    Remarks
    A file is considered expired if [current time] - [file creation time] > [expire span].
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also