ScriptPropertyData 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.
ScriptPropertyData represents a ScriptProperty definition.
public ref class ScriptPropertyData sealed : System::Management::Automation::Runspaces::TypeMemberData
public sealed class ScriptPropertyData : System.Management.Automation.Runspaces.TypeMemberData
[System.Diagnostics.DebuggerDisplay("ScriptProperty: {Name,nq}")]
public sealed class ScriptPropertyData : System.Management.Automation.Runspaces.TypeMemberData
type ScriptPropertyData = class
inherit TypeMemberData
[<System.Diagnostics.DebuggerDisplay("ScriptProperty: {Name,nq}")>]
type ScriptPropertyData = class
inherit TypeMemberData
Public NotInheritable Class ScriptPropertyData
Inherits TypeMemberData
- Inheritance
- Attributes
Constructors
ScriptPropertyData(String, ScriptBlock, ScriptBlock) |
ScriptPropertyData constructor. |
ScriptPropertyData(String, ScriptBlock) |
Initialize the ScriptPropertyData as a read only property. |
Properties
GetScriptBlock |
The getter ScriptBlock. |
IsHidden |
Set true if the member is supposed to be hidden. |
Name |
The name of the member. (Inherited from TypeMemberData) |
SetScriptBlock |
The setter ScriptBlock. |