Share via


NewCimSessionCommand.SkipTestConnection Property

 

Gets and sets the switch parameter SkipTestConnection, which specifies whether to skip the test connection.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
public SwitchParameter SkipTestConnection { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
property SwitchParameter SkipTestConnection {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
member SkipTestConnection : SwitchParameter with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
Public Property SkipTestConnection As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

Returns SwitchParameter.

See Also

NewCimSessionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top