Share via


ArgumentDictionary.IsEnabled Method (String)

 

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

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