ExtendedExecutionSession.PercentProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
This property is not used in the current release.