ChatMessage.EstimatedDownloadSize Property

Definition

Gets or sets the estimated size of a file to be sent or received.

public:
 property unsigned long long EstimatedDownloadSize { unsigned long long get(); void set(unsigned long long value); };
uint64_t EstimatedDownloadSize();

void EstimatedDownloadSize(uint64_t value);
public ulong EstimatedDownloadSize { get; set; }
var uInt64 = chatMessage.estimatedDownloadSize;
chatMessage.estimatedDownloadSize = uInt64;
Public Property EstimatedDownloadSize As ULong

Property Value

UInt64

unsigned long long

uint64_t

The estimated size of a file to be sent or received.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to