Gets or sets a value indicating whether this operation is cancelled.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Cancelled 
As 
Boolean
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomFileTransferProgressEventArgs
Dim 
value 
As 
Boolean

value = instance.
Cancelled
C#
public 
bool 
Cancelled { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Boolean

true if cancelled; otherwise, false .

See Also