CmdletWithSearchAndSource.Credential Property

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As CmdletWithSearchAndSource
Dim value As PSCredential

value = instance.Credential

instance.Credential = value

Syntax

'Declaration
<ParameterAttribute> _
Public Overridable Property Credential As PSCredential
[ParameterAttribute] 
public virtual PSCredential Credential { get; set; }
[ParameterAttribute] 
public:
virtual property PSCredential^ Credential {
    PSCredential^ get ();
    void set (PSCredential^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public PSCredential get_Credential ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Credential (PSCredential value)
CompilerGeneratedAttribute 
public function get Credential () : PSCredential

CompilerGeneratedAttribute 
public function set Credential (value : PSCredential)

Property Value

Returns 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

CmdletWithSearchAndSource Class
CmdletWithSearchAndSource Members
Microsoft.PowerShell.OneGet.CmdLets Namespace