EndDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the time at which this operation completed.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property EndDate As DateTime
'Usage
Dim instance As MailingListOperation
Dim value As DateTime
value = instance.EndDate
public DateTime EndDate { get; }
public:
property DateTime EndDate {
DateTime get ();
}
public function get EndDate () : DateTime
Property Value
Type: System..::.DateTime
The date and time at which this operation completed. Default is DateTime.MinValue.
Remarks
Returns the DateTime value that this operation completed. This property will be DateTime.MinValue (The value of this constant is equivalent to 00:00:00.0000000, January 1, 0001.) if the operation has not completed.
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.