Share via


CertificateListResponse.Certificates Property

 

Optional. Gets or sets a list of certificates.

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

Syntax

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

Property Value

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

See Also

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

Return to top