Gets or sets the certificate path of the Endeca server.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ConfigurationPropertyAttribute("certificatePath", IsRequired = false, DefaultValue = "")]
public string CertificatePath { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("certificatePath", IsRequired := False, DefaultValue := "")> _
Public Property CertificatePath As String
Visual C++
[ConfigurationPropertyAttribute(L"certificatePath", IsRequired = false, DefaultValue = L"")]
public:
property String^ CertificatePath {
	String^ get ();
	void set (String^ value);
}

See Also