The priority level of the resource.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic sbyte Priority { get; }Public ReadOnly Property Priority As SByte
Get
public:
property signed char Priority {
signed char get ();
}member Priority : sbyte with get
Property Value
Type:
SByte
RemarksThe priority value serves as a hint for the server
in stanza routing within instant messaging and presence
applications.
See Also