| UserRequestBlobId Property |
ID of associated blob (for example, API User photo).
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> BlobId { get; set; }Public Property BlobId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> BlobId {
Nullable<int> get ();
void set (Nullable<int> value);
}member BlobId : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also