GetHelpCommand.Full 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 Full { void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter Full { set; }
[System.Management.Automation.Parameter(ParameterSetName="AllUsersView")]
public System.Management.Automation.SwitchParameter Full { set; }
member this.Full : System.Management.Automation.SwitchParameter
[<System.Management.Automation.Parameter(ParameterSetName="AllUsersView")>]
member this.Full : System.Management.Automation.SwitchParameter
Public Property Full 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 5. Parameters
Currently we support these views only for Cmdlets. A SnapIn developer can however change these views.