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)

public:
property IList<Credential^>^ Credentials {
	IList<Credential^>^ get();
	void set(IList<Credential^>^ value);
}
Return to top
Show: