Share via


RefactoringRecord.ChangeDateTime Property

Gets the date and time of the transaction. The set procedure is private.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ChangeDateTime As DateTime
public DateTime ChangeDateTime { get; private set; }
public:
property DateTime ChangeDateTime {
    DateTime get ();
    private: void set (DateTime value);
}
member ChangeDateTime : DateTime with get, private set
function get ChangeDateTime () : DateTime
private function set ChangeDateTime (value : DateTime)

Property Value

Type: System.DateTime
The date and time of the transaction.

.NET Framework Security

See Also

Reference

RefactoringRecord Class

Microsoft.Data.Schema.Refactoring Namespace