Gets a description of the estimated file size. For example '100 bytes' or '10 kilobytes'.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
FileSizeEstimate 
As 
String
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

MessagePartFileDownloadLink
Dim 
value 
As 
String

value = instance.
FileSizeEstimate
C#
public 
string 
FileSizeEstimate { 
get; 
private 
set; }

Property Value

Type: System . . :: . . String

A string containing a description of the approximate file size along with an associated unit.

See Also