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 promotional code 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 BatchInfo
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 promotion code 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). Default is 0.
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.