ManagementCertificateListResponse::SubscriptionCertificates Property
Gets or sets a collection of ManagementCertificateListResponse::SubscriptionCertificate objects that lists the management certificates in a subscription.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public: property IList<ManagementCertificateListResponse::SubscriptionCertificate^>^ SubscriptionCertificates { IList<ManagementCertificateListResponse::SubscriptionCertificate^>^ get(); void set(IList<ManagementCertificateListResponse::SubscriptionCertificate^>^ value); }
Property Value
Type: System.Collections.Generic::IList<ManagementCertificateListResponse::SubscriptionCertificate^>^A collection of ManagementCertificateListResponse::SubscriptionCertificate objects.
Show: