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 Start date of catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
'Usage
Dim instance As CatalogsDataSet..::.Catalog
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
public function get StartDate () : DateTime
public function set StartDate (value : DateTime)
Property Value
Type: System..::.DateTime
The StartDate of the catalog.
Remarks
The start date for the catalog. The date the catalog is valid.
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