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.
Specifies the date after which an upgrade evaluation site collection will automatically be deleted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExpirationDate As DateTime
Get
Set
'Usage
Dim instance As SPSite
Dim value As DateTime
value = instance.ExpirationDate
instance.ExpirationDate = value
public DateTime ExpirationDate { get; set; }
Property value
Type: System.DateTime