CredentialListResponse::Credentials Property
Optional. Gets or sets a list of credentials.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: property IList<Credential^>^ Credentials { IList<Credential^>^ get(); void set(IList<Credential^>^ value); }
Property Value
Type: System.Collections.Generic::IList<Credential^>^
Show: