ExtendedExecutionSession.PercentProgress Property

Definition

This property is not used in the current release.

public:
 property unsigned int PercentProgress { unsigned int get(); void set(unsigned int value); };
uint32_t PercentProgress();

void PercentProgress(uint32_t value);
public uint PercentProgress { get; set; }
var uInt32 = extendedExecutionSession.percentProgress;
extendedExecutionSession.percentProgress = uInt32;
Public Property PercentProgress As UInteger

Property Value

UInt32

unsigned int

uint32_t

This property is not used in the current release.

Applies to