MemberSetData Class

Definition

MemberSetData represents a MemberSet definition.

public ref class MemberSetData : System::Management::Automation::Runspaces::TypeMemberData
public class MemberSetData : System.Management.Automation.Runspaces.TypeMemberData
type MemberSetData = class
    inherit TypeMemberData
Public Class MemberSetData
Inherits TypeMemberData
Inheritance
MemberSetData

Constructors

MemberSetData(String, Collection<TypeMemberData>)

MemberSetData constructor.

Properties

InheritMembers

Indicating if the MemberSet will inherit members of the MemberSet of the same name in the "parent" class.

IsHidden

Set true if the member is supposed to be hidden.

Members

The members of the MemberSet.

Name

The name of the member.

(Inherited from TypeMemberData)

Applies to