Share via


CredentialGetResponse.Credential Property

 

Optional. Gets or sets a credential.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public Credential Credential { get; set; }
public:
property Credential^ Credential {
    Credential^ get();
    void set(Credential^ value);
}
member Credential : Credential with get, set
Public Property Credential As Credential

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.Credential

See Also

CredentialGetResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top