PropertySetData Class

Definition

PropertySetData represent a PropertySet definition.

public ref class PropertySetData sealed : System::Management::Automation::Runspaces::TypeMemberData
public sealed class PropertySetData : System.Management.Automation.Runspaces.TypeMemberData
[System.Diagnostics.DebuggerDisplay("PropertySet: {Name,nq}")]
public sealed class PropertySetData : System.Management.Automation.Runspaces.TypeMemberData
type PropertySetData = class
    inherit TypeMemberData
[<System.Diagnostics.DebuggerDisplay("PropertySet: {Name,nq}")>]
type PropertySetData = class
    inherit TypeMemberData
Public NotInheritable Class PropertySetData
Inherits TypeMemberData
Inheritance
PropertySetData
Attributes

Constructors

Name Description
PropertySetData(IEnumerable<String>)

PropertySetData constructor.

Properties

Name Description
IsHidden

Set true if the member is supposed to be hidden.

Name

The name of the member.

(Inherited from TypeMemberData)
ReferencedProperties

The referenced properties.

Applies to