WebSite.LastModifiedTimeUtc Property
Gets or sets a DateTime object that contains, in Coordinated Universal Time, the last time the web site was modified.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As WebSite
Dim value As Nullable(Of DateTime)
value = instance.LastModifiedTimeUtc
instance.LastModifiedTimeUtc = value
Syntax
'Declaration
Public Property LastModifiedTimeUtc As Nullable(Of DateTime)
public Nullable<DateTime> LastModifiedTimeUtc { get; set; }
public:
property Nullable<DateTime> LastModifiedTimeUtc {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_LastModifiedTimeUtc ()
/** @property */
public void set_LastModifiedTimeUtc (Nullable<DateTime> value)
public function get LastModifiedTimeUtc () : Nullable<DateTime>
public function set LastModifiedTimeUtc (value : Nullable<DateTime>)
Property Value
A DateTime object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSite Class
WebSite Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace