Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the date the current Expression object was last modified.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property LastModifiedDate As DateTime
'Usage
Dim instance As Expression
Dim value As DateTime
value = instance.LastModifiedDate
public DateTime LastModifiedDate { get; }
public:
property DateTime LastModifiedDate {
DateTime get ();
}
public function get LastModifiedDate () : DateTime
Property Value
Type: System..::.DateTime
A System.DateTime containing the date the Expression was last modified.
Remarks
Gets the date when the current instance was last modified.
Permissions
- 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.