Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Returns whether the argument is enabled.
Namespace: Microsoft.Xrm.Client.Collections.Generic
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public bool IsEnabled(
string key
)
public:
bool IsEnabled(
String^ key
)
member IsEnabled :
key:string -> bool
Public Function IsEnabled (
key As String
) As Boolean
Parameters
key
Type: System.StringType: String. The name of the argument to find in the dictionary.
Return Value
Type: System.Boolean
Type Boolean
true if the argument is enabled; otherwise, false.
See Also
ArgumentDictionary Class
Microsoft.Xrm.Client.Collections.Generic Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright