PropertySetData 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.
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
- Attributes
Constructors
PropertySetData(IEnumerable<String>) |
PropertySetData constructor. |
Properties
IsHidden |
Set true if the member is supposed to be hidden. |
Name |
The name of the member. (Inherited from TypeMemberData) |
ReferencedProperties |
The referenced properties. |