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 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
- 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.