ProvisioningServicePropertyLastChangeTime Property |
Gets or sets timestamp of the last update of the stored version of this property.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public DateTime LastChangeTime { get; set; }
Public Property LastChangeTime As DateTime
Get
Set
public:
property DateTime LastChangeTime {
DateTime get ();
void set (DateTime value);
}
member LastChangeTime : DateTime with get, set
Property Value
Type:
DateTimeThe last change time.
See Also