ChatMessageAttachment.TransferProgress 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.
Gets or sets the progress of transferring the attachment.
public:
property double TransferProgress { double get(); void set(double value); };
double TransferProgress();
void TransferProgress(double value);
public double TransferProgress { get; set; }
var double = chatMessageAttachment.transferProgress;
chatMessageAttachment.transferProgress = double;
Public Property TransferProgress As Double
Property Value
Double
double
The progress of transferring the attachment.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|