| LyncPlatformLibraryConferenceParticipantList Property |
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<LyncPlatformLibraryParticipant> ParticipantList { get; }Public ReadOnly Property ParticipantList As List(Of LyncPlatformLibraryParticipant)
Get
public:
property List<LyncPlatformLibraryParticipant^>^ ParticipantList {
List<LyncPlatformLibraryParticipant^>^ get ();
}member ParticipantList : List<LyncPlatformLibraryParticipant> with get
Property Value
Type:
ListLyncPlatformLibraryParticipant
See Also