ConferenceParticipantEndpointProperties.JoinedOnBehalfUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the URI of the user that this session was joined on behalf of.
public:
property System::String ^ JoinedOnBehalfUri { System::String ^ get(); };
public string JoinedOnBehalfUri { get; }
member this.JoinedOnBehalfUri : string
Public ReadOnly Property JoinedOnBehalfUri As String
Property Value
Remarks
The uri could be empty.
If an assistant joins on behalf of his manager, then the manager's URI will be returned by this property.