Group Class
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.
Defines a group of attributes to be used in a UserDefinedGroupBinding binding. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")]
public sealed class Group : ICloneable
[<System.Runtime.InteropServices.Guid("5F977A7C-9B76-4f84-87F4-82F7A7A0D49D")>]
type Group = class
interface ICloneable
Public NotInheritable Class Group
Implements ICloneable
- Inheritance
-
Group
- Attributes
- Implements
Constructors
Group() |
Properties
Members |
Gets a collection of strings with all group members. |
Name |
Gets or sets the group's name. |
Methods
Clone() |
Returns a clone of the object. |
CopyTo(Group) |
Copies the content of this object to another object (the destination). |
Explicit Interface Implementations
ICloneable.Clone() |