Share via


CertificateCreateParameters.Properties Property

 

Required. Gets or sets the properties of the certificate.

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

Syntax

public CertificateCreateProperties Properties { get; set; }
public:
property CertificateCreateProperties^ Properties {
    CertificateCreateProperties^ get();
    void set(CertificateCreateProperties^ value);
}
member Properties : CertificateCreateProperties with get, set
Public Property Properties As CertificateCreateProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties

See Also

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

Return to top