ErrorMessage Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "P:FacebookWrapper.LoginResult.ErrorMessage"]

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string ErrorMessage { get; internal set; }
Visual Basic
Public Property ErrorMessage As String
	Get
	Friend Set
Visual C++
public:
property String^ ErrorMessage {
	String^ get ();
	internal: void set (String^ value);
}

See Also