Summary
Command supports switch -p (set Password) .
    The Switch is SwitchPassword.
    
    The Builder is SwitchPasswordBuilder.
    
- Namespace
 - Cake
.SevenZip .Switches  - Interfaces
 - Implementing Types
 
							graph BT
	Type-.->Interface0["ISupportSwitch"]
	click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
	Type["ISupportSwitchPassword"]
class Type type-node
	Implementing0["DeleteCommand"]-.->Type
	click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
	Implementing1["ExtractCommand"]-.->Type
	click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
	Implementing2["UpdateCommand"]-.->Type
	click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
	Implementing3["ListCommand"]-.->Type
	click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
	Implementing4["TestCommand"]-.->Type
	click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
	Implementing5["RenameCommand"]-.->Type
	click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand"
	Implementing6["AddCommand"]-.->Type
	click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
						
					Syntax
public interface ISupportSwitchPassword : ISupportSwitch
			Properties
| Name | Value | Summary | 
|---|---|---|
| Password | SwitchPassword? | 
									 
    Gets or sets the SwitchPassword.
     
								 |