Determines whether the JID is a 'bare JID', i.e. a JID without resource
identifier.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsBareJid { get; }Public ReadOnly Property IsBareJid As Boolean
Get
public:
property bool IsBareJid {
bool get ();
}member IsBareJid : bool with get
Property Value
Type:
Boolean
See Also