Gets the name or the add-in. The name will be displayed in a list of add-ins from which chat room managers can select when they are managing a chat room.

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

Syntax

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

GroupChatAddIn
Dim 
value 
As 
String

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

Property Value

Type: System . . :: . . String

The name of the add-in.

See Also