Enumerates the participant properties.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ParticipantProperty

Members

Member name Value Description
RepresentedBy 1074397184
he representation details when a remote participant is acting on behalf of another party.
ReferredByUri 1074397185
The transferrer's URI when a remote participant was referred by another party.
Name 655362
The participant name.
IsAnonymous 269090819
The participant is an anonymous user.
IsAuthenticated 269090820
The participant is authenticated.
IsInLobby 269090821
The participant is in the conference lobby.
IsLeader 269090822
The participant is a leader of the conversation.
IsCallParkService 269090823
The participant is the Call Park Service.
ParkedCall 655368
The msParkedCall token used for safe-retrieve.
SoftMuteChangeInitiator 805961737
Gives the reason for the last soft mute property change.
IsRecording 269090826
The participant is recording the conversation.
Reserved1 269123585
Reserved for future use.
Reserved2 269123586
Reserved for future use.
Invalid -1

See Also