Share via


ApplicationGatewayCertificate.CertificateFormat Property

Optional. Certificate file format.

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

Usage

'Usage
Dim instance As ApplicationGatewayCertificate
Dim value As String

value = instance.CertificateFormat

instance.CertificateFormat = value

Syntax

'Declaration
Public Property CertificateFormat As String
public string CertificateFormat { get; set; }
public:
property String^ CertificateFormat {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_CertificateFormat ()

/** @property */
public void set_CertificateFormat (String value)
public function get CertificateFormat () : String

public function set CertificateFormat (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ApplicationGatewayCertificate Class
ApplicationGatewayCertificate Members
Microsoft.WindowsAzure.Management.Network.Models Namespace