CodePropertyData 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.
CodePropertyData represents a CodeProperty definition.
public ref class CodePropertyData sealed : System::Management::Automation::Runspaces::TypeMemberData
public sealed class CodePropertyData : System.Management.Automation.Runspaces.TypeMemberData
type CodePropertyData = class
inherit TypeMemberData
Public NotInheritable Class CodePropertyData
Inherits TypeMemberData
- Inheritance
Constructors
CodePropertyData(String, MethodInfo, MethodInfo) |
CodePropertyData constructor. |
CodePropertyData(String, MethodInfo) |
Initialize the CodePropertyData as a read only property. |
Properties
GetCodeReference |
The getter code reference. |
IsHidden |
Set true if the member is supposed to be hidden. |
Name |
The name of the member. (Inherited from TypeMemberData) |
SetCodeReference |
The setter code reference. |