Click or drag to resize

PresenceSupportedOptions Property

Specifies the set of supported options for this presence object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public PresenceOptions SupportedOptions { get; set; }

Property Value

Type: PresenceOptions
Remarks
Some aspects of the presence object are optional and these options control how the presence publication will manage the tuples associated with the optional elements. For example, if the Note option is set and the note string is empty, any existing note on the server will be removed. If the option is not set the note will not be changed.
See Also