Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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