EntityData::UpdatedAt Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

public:
[DatabaseGeneratedAttribute(DatabaseGeneratedOption::Computed)]
[TableColumnAttribute(TableColumnType::UpdatedAt)]
property Nullable<DateTimeOffset> UpdatedAt {
	[CompilerGeneratedAttribute]
	virtual Nullable<DateTimeOffset> get() sealed;
	[CompilerGeneratedAttribute]
	virtual void set(Nullable<DateTimeOffset> value) sealed;
}

Property Value

Type: System::Nullable<DateTimeOffset>
Return to top
Show: