Id of target user or page

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public Nullable<long> TargetUserId { get; internal set; }
Visual Basic (Declaration)
Public Property TargetUserId As Nullable(Of Long)
Visual C++
public:
property Nullable<long long> TargetUserId {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

See Also