SdkMessageAvailability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains integer values that are used for the SdkMessage.Availability
and SdkMessageFilter.Availability
attributes.
public ref class SdkMessageAvailability abstract sealed
public static class SdkMessageAvailability
type SdkMessageAvailability = class
Public Class SdkMessageAvailability
- Inheritance
-
SdkMessageAvailability
Remarks
The following table contains the values for this class.
Member
Value
Description
Fields
All |
The message is available on both connected and disconnected from the server. Value = 2. |
Client |
The message is available only on the client. Value = 1. |
Server |
The message is available only on the server. Value = 0. |