NotePropertyData Class

Definition

NotePropertyData represents a NoteProperty definition.

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

Constructors

NotePropertyData(String, Object)

NotePropertyData constructor.

Properties

IsHidden

Set true if the member is supposed to be hidden.

Name

The name of the member.

(Inherited from TypeMemberData)
Value

The value of this NoteProperty.

Applies to