CodePropertyData Class

Definition

CodePropertyData represents a CodeProperty definition.

public ref class CodePropertyData sealed : System::Management::Automation::Runspaces::TypeMemberData
Inheritance
CodePropertyData

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.

Applies to