ParticipantPropertyChanges Enum
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.
Indicates which participant properties have changed.
This enumeration supports a bitwise combination of its member values.
public enum class ParticipantPropertyChanges
[System.Flags]
public enum ParticipantPropertyChanges
type ParticipantPropertyChanges =
Public Enum ParticipantPropertyChanges
- Inheritance
-
ParticipantPropertyChanges
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates the property is uninitialized or no properties have been changed. |
Name | 1 | Indicates that the Name property changed. |
EndpointId | 2 | Indicates that the EndpointId property changed. |
Gruu | 4 | Indicates that the GRUU property changed. |
FeatureParameters | 8 | The feature parameters have been updated. |