[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.Models.Dialog.Type"]
Namespace: Quickblox.Sdk.Modules.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DialogType Type { get; set; }Public Property Type As DialogType
Get
Set
public:
property DialogType Type {
DialogType get ();
void set (DialogType value);
}member Type : DialogType with get, set
Property Value
Type:
DialogType
See Also