| UserRequestTwitterId Property |
ID of API User in Twitter.
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<int> TwitterId { get; set; }Public Property TwitterId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> TwitterId {
Nullable<int> get ();
void set (Nullable<int> value);
}member TwitterId : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also