| BlobRequestIsPublic Property |
Blob visibility (by default: false)
Namespace: Quickblox.Sdk.Modules.ContentModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IsPublic { get; set; }Public Property IsPublic As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsPublic {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member IsPublic : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also