ArgumentDictionary.IsEnabled Method (String)
Applies To: Dynamics CRM 2013
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
Developer extensions for Microsoft Dynamics CRM 2013
Return to top