ClientRootCertificateListResponse.ClientRootCertificates Property
Optional. The list of client root certificates.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public IList<ClientRootCertificateListResponse.ClientRootCertificate> ClientRootCertificates { get; set; }
public:
property IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ ClientRootCertificates {
IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ get();
void set(IList<ClientRootCertificateListResponse::ClientRootCertificate^>^ value);
}
member ClientRootCertificates : IList<ClientRootCertificateListResponse.ClientRootCertificate> with get, set
Public Property ClientRootCertificates As IList(Of ClientRootCertificateListResponse.ClientRootCertificate)
Property Value
Type: System.Collections.Generic.IList<ClientRootCertificateListResponse.ClientRootCertificate>
See Also
ClientRootCertificateListResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top