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
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: 10.2.0.0 (10.2.1.14000)