Share via


IsInProgress Property

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

Gets a value indicating of this operation is currently in progress.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property IsInProgress As Boolean
'Usage
Dim instance As MailingListOperation
Dim value As Boolean

value = instance.IsInProgress
public bool IsInProgress { get; }
public:
property bool IsInProgress {
    bool get ();
}
public function get IsInProgress () : boolean

Property Value

Type: System..::.Boolean
true if the MailingList operation is in progress or if it is being canceled; otherwise false.

Remarks

The returned value indicates whether the list operation is still going or it is already finished.

Permissions

See Also

Reference

MailingListOperation Class

MailingListOperation Members

Microsoft.CommerceServer.Marketing Namespace