Endeca Presentation and Logging APIs

Namespace:  Endeca.Navigation.AccessControl
Assembly:  Endeca.Navigation.AccessControl (in Endeca.Navigation.AccessControl.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
public string Password { get; set; }
Visual Basic (Declaration)
Public Property Password As String
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

See Also