Binding.SslFlags Property

 

Namespace:   Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)

Syntax

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

Property Value

Type: Microsoft.Web.Administration.SslFlags

See Also

Binding Class
Microsoft.Web.Administration Namespace

Return to top