Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date the rule expires.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Expiration As DateTime
Get
Set
'Usage
Dim instance As SPRequestManagementRule
Dim value As DateTime
value = instance.Expiration
instance.Expiration = value
public DateTime Expiration { get; set; }
Property value
Type: System.DateTime