IChange.TimeStamp Property

Definition

The time when the change is detected.

[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The time when the change is detected.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeStamp", Update=true)]
public DateTime? TimeStamp { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The time when the change is detected.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeStamp", Update=true)>]
member this.TimeStamp : Nullable<DateTime> with get, set
Public Property TimeStamp As Nullable(Of DateTime)

Property Value

Attributes

Applies to