Share via


DomainRole.IsMany Property

Returns true if the multiplicity of this role is ZeroMany or OneMany.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsMany As Boolean
public bool IsMany { get; }
public:
property bool IsMany {
    bool get ();
}
member IsMany : bool
function get IsMany () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DomainRole Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace