Gets and sets the Expiration time in seconds
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[DefaultValueAttribute(120)] public int Expiration { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(120)> Public Property Expiration As Integer Get Set |