| UserRequestFacebookId Property |
ID of API User in Facebook.
Namespace: Quickblox.Sdk.Modules.UsersModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<long> FacebookId { get; set; }Public Property FacebookId As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> FacebookId {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member FacebookId : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also