CodePropertyData Class

Definition

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
CodePropertyData

Constructors

CodePropertyData(String, MethodInfo)

Initialize the CodePropertyData as a read only property.

CodePropertyData(String, MethodInfo, MethodInfo)

CodePropertyData constructor.

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.

Applies to