Table of Contents

Class NewPlcUsernamePasswordAuthenticationCmdletCommand

Namespace
MASES.PLCOnNet.PowerShell.Cmdlet
Assembly
MASES.PLCOnNetPS.dll
[Cmdlet("New", "PlcUsernamePasswordAuthentication")]
[OutputType(new Type[] { typeof(PlcUsernamePasswordAuthentication) })]
public class NewPlcUsernamePasswordAuthenticationCmdletCommand : PLCOnNetPSCmdlet
Inheritance
NewPlcUsernamePasswordAuthenticationCmdletCommand
Inherited Members

Properties

Password

[Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The password to use to connect to PLC")]
public string Password { get; set; }

Property Value

string

Username

[Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The username to use to connect to PLC")]
public string Username { get; set; }

Property Value

string

Methods

BeginProcessing()

protected override void BeginProcessing()

EndProcessing()

protected override void EndProcessing()

ProcessCommand()

protected override void ProcessCommand()