Gets or sets the SSL certificate path.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute("")]
public string MdexCertificatePath { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property MdexCertificatePath As String
Visual C++
[DefaultValueAttribute(L"")]
public:
property String^ MdexCertificatePath {
	String^ get ();
	void set (String^ value);
}

See Also