public double Percentage { get; }
Public ReadOnly Property Percentage As Double
Get
Dim instance As FileCopyProgressChangedEventArgs
Dim value As Double
value = instance.Percentage
public:
property double Percentage {
double get ();
}
member Percentage : float with get
No code example is currently available or this language may not be supported.