ControllerChangedEventArgs.ControllerName property
Gets the display name of the new controller. An empty string indicates that the control is back to the sharer.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ControllerName As String
Get
'Usage
Dim instance As ControllerChangedEventArgs
Dim value As String
value = instance.ControllerName
public string ControllerName { get; }
Property value
Type: System.String
See also
Reference
ControllerChangedEventArgs class