Share via


CredentialListResponse.Credentials Property

 

Optional. Gets or sets a list of credentials.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Credential>

See Also

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

Return to top