Gets the percent complete.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PercentTransferred 
As 
Integer
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomFileTransferProgressEventArgs
Dim 
value 
As 
Integer

value = instance.
PercentTransferred
C#
public 
int 
PercentTransferred { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Int32

The percent complete.

See Also