RoleMember Class

Definition

A Role is a collection of one or more domain users or groups. RoleMember is an individual user/group in the role.

[System.Runtime.InteropServices.Guid("557892C9-D64E-4db1-961B-5942124B4906")]
public class RoleMember : ICloneable
[<System.Runtime.InteropServices.Guid("557892C9-D64E-4db1-961B-5942124B4906")>]
type RoleMember = class
    interface ICloneable
Public Class RoleMember
Implements ICloneable
Inheritance
RoleMember
Attributes
Implements

Constructors

RoleMember()

Initializes a new instance of the RoleMember class using default values.

RoleMember(String)

Initializes a new instance of RoleMember using the specified name.

RoleMember(String, String)

Initializes a new instance of RoleMember using the specified name and security identifier.

Properties

Name

Gets or sets the name of a RoleMember object.

Sid

Gets or sets the security identifier for a RoleMember object.

Methods

Clone()

Returns a clone of the object.

CopyTo(RoleMember)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to