UserSettingsAdvancedFindStartupMode Class
Applies To: Dynamics CRM 2015
Contains integer values that are used for the UserSettings.AdvancedFindStartupMode attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.UserSettingsAdvancedFindStartupMode
Syntax
public static class UserSettingsAdvancedFindStartupMode
public ref class UserSettingsAdvancedFindStartupMode abstract sealed
[<AbstractClass>]
[<Sealed>]
type UserSettingsAdvancedFindStartupMode = class end
Public NotInheritable Class UserSettingsAdvancedFindStartupMode
Fields
Name | Description | |
---|---|---|
Detailed | Show the detailed version of advanced find at startup. Value = 2. |
|
Simple | Show the simple version of advanced find at startup. Value = 1. |
Remarks
The following table shows the values for this class.
Member |
Value |
Description |
---|---|---|
Detailed |
2 |
Show the detailed version of advanced find at startup. |
Simple |
1 |
Show the simple version of advanced find at startup. |
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
UserSettings entity messages and methods
Return to top
© 2016 Microsoft. All rights reserved. Copyright