MergedScopeMergeMode Enumeration
- Client Declaration
public enum MergedScopeMergeMode
Constants
| Name | Value | Description |
|---|---|---|
Intersection |
1 | The merged scope is an intersection of scopes. |
Union |
0 | The merged scope is a union of scopes. |
- Applies To
MergedScope
XML Schema
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Union"/>
<xsd:enumeration value="Intersection"/>
</xsd:restriction>
</xsd:simpleType>