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 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
- 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
CatalogsDataSet..::.Catalog Class