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
item
Type: System.StringThe object to locate in the ICollection<T>.
Return Value
Type: System.Boolean
True if item is found in the ICollection<T>; otherwise, false.
Implements
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top