Group Class

Definition

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()

Applies to