NotePropertyData 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.
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
 
- 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.  |