Used to transfer the status of the add friend operation accross page reloads.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string AddFriendStatus { get; set; }
Visual Basic
Public Property AddFriendStatus As String
	Get
	Set
Visual C++
public:
property String^ AddFriendStatus {
	String^ get ();
	void set (String^ value);
}
F#
member AddFriendStatus : string with get, set

Property Value

Type: String

See Also