Determines whether the JID is a 'full JID', i.e. a JID with both a node
and a 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 IsFullJid { get; }Public ReadOnly Property IsFullJid As Boolean
Get
public:
property bool IsFullJid {
bool get ();
}member IsFullJid : bool with get
Property Value
Type:
Boolean
See Also