AddComputerCommand.LocalCredential Property

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

Usage

'Usage
Dim instance As AddComputerCommand
Dim value As PSCredential

value = instance.LocalCredential

instance.LocalCredential = value

Syntax

'Declaration
<CredentialAttribute> _
<ParameterAttribute> _
<ValidateNotNullOrEmptyAttribute> _
Public Property LocalCredential As PSCredential
[CredentialAttribute] 
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public PSCredential LocalCredential { get; set; }
[CredentialAttribute] 
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public:
property PSCredential^ LocalCredential {
    PSCredential^ get ();
    void set (PSCredential^ value);
}
/** @property */
public PSCredential get_LocalCredential ()

/** @property */
public void set_LocalCredential (PSCredential value)
public function get LocalCredential () : PSCredential

public function set LocalCredential (value : PSCredential)

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

AddComputerCommand Class
AddComputerCommand Members
Microsoft.PowerShell.Commands Namespace