Share via


CauOrchestratorBaseCommand.Credential Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(Position = 2)]
public PSCredential Credential { get; set; }
public:
[ParameterAttribute(Position = 2)]
property PSCredential^ Credential {
    PSCredential^ get();
    void set(PSCredential^ value);
}
[<ParameterAttribute(Position = 2)>]
member Credential : PSCredential with get, set
<ParameterAttribute(Position := 2)>
Public Property Credential As PSCredential

Property Value

Type: System.Management.Automation.PSCredential

See Also

CauOrchestratorBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top