Share via


DdmArrayProperty.Contains Method (String)

 

Determines whether the ICollection<T> contains a specific value.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool Contains(
    string item
)
public:
virtual bool Contains(
    String^ item
) sealed
Public Function Contains (
    item As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

 True if item is found in the ICollection<T>; otherwise, false.

Implements

ICollection<T>.Contains(T)

See Also

DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top