PSScriptProperty.SetterScript 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 setter. It might be null.
public:
property System::Management::Automation::ScriptBlock ^ SetterScript { System::Management::Automation::ScriptBlock ^ get(); };
public System.Management.Automation.ScriptBlock SetterScript { get; }
member this.SetterScript : System.Management.Automation.ScriptBlock
Public ReadOnly Property SetterScript As ScriptBlock