DomainRoleInfo.IsMany Property
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.
Gets whether multiplicity is either 0..* or 1..*.
public:
property bool IsMany { bool get(); };
public bool IsMany { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsMany : bool
Public ReadOnly Property IsMany As Boolean
Property Value
- Attributes