PSVariableProperty.Copy Method

Definition

Returns a new PSMemberInfo that is a copy of this PSMemberInfo, Note that it returns another reference to the variable, not a reference to a new variable...

public:
 override System::Management::Automation::PSMemberInfo ^ Copy();
public override System.Management.Automation.PSMemberInfo Copy ();
override this.Copy : unit -> System.Management.Automation.PSMemberInfo
Public Overrides Function Copy () As PSMemberInfo

Returns

A new PSMemberInfo that is a copy of this PSMemberInfo.

Applies to