PSScriptProperty.GetterScript Property
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.
Gets the script used for the property getter. It might be null.
public:
property System::Management::Automation::ScriptBlock ^ GetterScript { System::Management::Automation::ScriptBlock ^ get(); };
public System.Management.Automation.ScriptBlock GetterScript { get; }
member this.GetterScript : System.Management.Automation.ScriptBlock
Public ReadOnly Property GetterScript As ScriptBlock