RestartComputerCommand.DcomAuthentication Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As RestartComputerCommand
Dim value As AuthenticationLevel

value = instance.DcomAuthentication

instance.DcomAuthentication = value

Syntax

'Declaration
<AliasAttribute(System.String[])> _
<ParameterAttribute> _
Public Property DcomAuthentication As AuthenticationLevel
[AliasAttribute(System.String[])] 
[ParameterAttribute] 
public AuthenticationLevel DcomAuthentication { get; set; }
[AliasAttribute(System.String[])] 
[ParameterAttribute] 
public:
property AuthenticationLevel DcomAuthentication {
    AuthenticationLevel get ();
    void set (AuthenticationLevel value);
}
/** @property */
public AuthenticationLevel get_DcomAuthentication ()

/** @property */
public void set_DcomAuthentication (AuthenticationLevel value)
public function get DcomAuthentication () : AuthenticationLevel

public function set DcomAuthentication (value : AuthenticationLevel)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

RestartComputerCommand Class
RestartComputerCommand Members
Microsoft.PowerShell.Commands Namespace