Click or drag to resize

WebexPeople Property

Gets the people, which is an instance of PersonClient People are registered users of Cisco Webex. Use people to find a person on behalf of the authenticated user.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public PersonClient People { get; }

Property Value

Type: PersonClient
The people.
Remarks
Since: 0.1.0
See Also