Share via


EndDate Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the End date of catalog.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property EndDate As DateTime
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As DateTime

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
    DateTime get ();
    void set (DateTime value);
}
public function get EndDate () : DateTime
public function set EndDate (value : DateTime)

Property Value

Type: System..::.DateTime
The EndDate of the catalog.

Exceptions

Exception Condition
StrongTypingException

The value for column EndDate in table Catalogs is DBNull.

Remarks

The end date for the catalog. The date the catalog validity expires.

Permissions

See Also

Reference

CatalogsDataSet..::.Catalog Class

CatalogsDataSet..::.Catalog Members

Microsoft.CommerceServer.Catalog Namespace