LastModifiedDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property LastModifiedDate As DateTime
'Usage
Dim instance As ImportOptions
Dim value As DateTime
value = instance.LastModifiedDate
instance.LastModifiedDate = value
public DateTime LastModifiedDate { get; set; }
public:
property DateTime LastModifiedDate {
DateTime get ();
void set (DateTime value);
}
public function get LastModifiedDate () : DateTime
public function set LastModifiedDate (value : DateTime)
Property Value
Type: System..::.DateTime
A DateTime containing the last modified date.
Remarks
The date and time when the object 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.
See Also
Reference
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File