Site.UpgradeScheduledDate property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property UpgradeScheduledDate As DateTime
    Get
    Set
'Usage
Dim instance As Site
Dim value As DateTime

value = instance.UpgradeScheduledDate

instance.UpgradeScheduledDate = value
public DateTime UpgradeScheduledDate { get; set; }

Property value

Type: System.DateTime

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace