EndPointRoleValues 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.
Defines the EndPointRoleValues enumeration.
public enum EndPointRoleValuespublic readonly struct EndPointRoleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>, IEquatable<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>type EndPointRoleValues = type EndPointRoleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<EndPointRoleValues>Public Enum EndPointRoleValuesPublic Structure EndPointRoleValues
Implements IEnumValue, IEnumValueFactory(Of EndPointRoleValues), IEquatable(Of EndPointRoleValues)- Inheritance
- 
				EndPointRoleValues
- Inheritance
- 
				EndPointRoleValues
Fields
| Name | Value | Description | 
|---|---|---|
| Source | 0 | source. When the item is serialized out as xml, its value is "source". | 
| Sink | 1 | sink. When the item is serialized out as xml, its value is "sink". | 
| Replyto | 2 | reply-to. When the item is serialized out as xml, its value is "reply-to". | 
| Router | 3 | router. When the item is serialized out as xml, its value is "router". | 
| EndPointRoleValues(String) | Creates a new EndPointRoleValues enum instance | |
| Equality(EndPointRoleValues, EndPointRoleValues) | ||
| Equals(EndPointRoleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<EndPointRoleValues>.Create(String) | ||
| Inequality(EndPointRoleValues, EndPointRoleValues) | ||
| Replyto | reply-to. When the item is serialized out as xml, its value is "reply-to". | |
| Router | router. When the item is serialized out as xml, its value is "router". | |
| Sink | sink. When the item is serialized out as xml, its value is "sink". | |
| Source | source. When the item is serialized out as xml, its value is "source". | |
| ToString() |