 | ImageInfoModelCreationTimestamp Property |
Gets or sets the date and time when the image was created.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic DateTime CreationTimestamp { get; set; }
Public Property CreationTimestamp As DateTime
Get
Set
public:
property DateTime CreationTimestamp {
DateTime get ();
void set (DateTime value);
}
member CreationTimestamp : DateTime with get, set
Property Value
Type:
DateTime
See Also