ManagementCertificateListResponse::SubscriptionCertificates Property

 

Gets or sets a collection of ManagementCertificateListResponse::SubscriptionCertificate objects that lists the management certificates in a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Models
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);
}
Return to top
Show: