Share via


PhaseProgress Property

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

Gets or sets the percentage complete of the current phase of a promocode operation.

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

Syntax

'Declaration
Public Property PhaseProgress As Integer
'Usage
Dim instance As PromoCodeOperationStatus
Dim value As Integer

value = instance.PhaseProgress

instance.PhaseProgress = value
public int PhaseProgress { get; set; }
public:
property int PhaseProgress {
    int get ();
    void set (int value);
}
public function get PhaseProgress () : int
public function set PhaseProgress (value : int)

Property Value

Type: System..::.Int32
The percentage complete of the current phase of a promocode operation.

Remarks

This is not the percent of the entire operation that has completed. It is only the percent of the current phase that has completed (i.e. Uploading, Exporting, InProgress).

Permissions

See Also

Reference

PromoCodeOperationStatus Class

PromoCodeOperationStatus Members

Microsoft.CommerceServer.Marketing Namespace