GigaSpaces XAP.NET Documentation
Password Property
Class LibraryGigaSpaces.XAP.ConfigurationSpaceCredentialsConfigurationElementPassword
Gets or sets the password.
Declaration Syntax
C#Visual BasicVisual C++J#
public string Password { get; set; }
Public Property Password As String
	Get
	Set
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Password()
/** @property */
public  void set_Password(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)