SdkMessageFilterAvailability Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains integer values that are used for the SdkMessageFilter.Availability attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.SdkMessageFilterAvailability
Syntax
public static class SdkMessageFilterAvailability
Public NotInheritable Class SdkMessageFilterAvailability
Fields
Name | Description | |
---|---|---|
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. |
Remarks
The following table contains the values for this class.
Member |
Value |
Description |
---|---|---|
All |
2 |
The message is available on both the client and the server. |
Client |
1 |
The message is available only on the client. |
Server |
0 |
The message is available only on the server. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.Sdk Namespace
Plug-in registration entities
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright