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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.