GetHelpCommand.Examples 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.
Changes the view of HelpObject returned.
public:
property System::Management::Automation::SwitchParameter Examples { void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter Examples { set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Examples")]
public System.Management.Automation.SwitchParameter Examples { set; }
member this.Examples : System.Management.Automation.SwitchParameter
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Examples")>]
member this.Examples : System.Management.Automation.SwitchParameter
Public Property Examples As SwitchParameter
Property Value
- Attributes
Remarks
Currently we support following views:
1. Reminder (Default - Experienced User) 2. Detailed (Beginner - Beginning User) 3. Full (All Users) 4. Examples
Currently we support these views only for Cmdlets. A SnapIn developer can however change these views.