DomainRole.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.
Returns true if the multiplicity of this role is ZeroMany or OneMany.
public:
property bool IsMany { bool get(); };
public bool IsMany { get; }
member this.IsMany : bool
Public ReadOnly Property IsMany As Boolean