AppNotificationProgressData.Value Property

Definition

Gets or sets the status value for the progress data.

public:
 property double Value { double get(); void set(double value); };
double Value();

void Value(double value);
public double Value { get; set; }
var double = appNotificationProgressData.value;
appNotificationProgressData.value = double;
Public Property Value As Double

Property Value

Double

double

A floating point number between 0 and 1.

Remarks

This property binds to the value attribute of the progress xml element.

Applies to