Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the multiplicity for a domain role.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Enumeration Multiplicity
'Usage
Dim instance As Multiplicity
public enum Multiplicity
public enum class Multiplicity
public enum Multiplicity
Members
| Member name | Description | |
|---|---|---|
| ZeroMany | Multiplicity of 0 or *. | |
| One | Multiplicity of 1. | |
| ZeroOne | Multiplicity of 0 or 1. | |
| OneMany | Multiplicity of 1 or *. | 
Remarks
Each side of a domain role has its own multiplicity value.