Group member attribute - attached to MSL variables based on
inference engine groups
| C# | Visual Basic | Visual C++ |
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)] public class GroupMember : Attribute
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _ Public Class GroupMember _ Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true)] public ref class GroupMember : public Attribute
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| GroupMember(VariableGroup, Boolean) |
Creates a group member attribute on a variable
| |
| Group |
The associated variable group
| |
| IsRoot |
This variable is a root in this group
| |
| ToString()()() |
Returns a string representation of this group member attribute.
(Overrides Object.ToString()()().) |