ConstantsBase<T>.ValueExistsInList Method (T)

 

Applies To: Dynamics CRM 2015

Indicates whether a value exists in the list.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected abstract bool ValueExistsInList(
    T value
)
protected:
virtual bool ValueExistsInList(
    T value
) abstract
abstract ValueExistsInList : 
        value:'T -> bool
Protected MustOverride Function ValueExistsInList (
    value As T
) As Boolean

Parameters

  • value
    Type: T

Return Value

Type: System.Boolean

Type: Boolean Boolean.

See Also

ConstantsBase<T> Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright