SubscriptionEventCollection.Contains Method (ISubscriptionEvent)
Applies To: Windows Server Update Services
Determines if the collection contains the specified subscription event.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool Contains(
ISubscriptionEvent value
)
public:
bool Contains(
ISubscriptionEvent^ value
)
member Contains :
value:ISubscriptionEvent -> bool
Public Function Contains (
value As ISubscriptionEvent
) As Boolean
Parameters
value
Type: Microsoft.UpdateServices.Administration.ISubscriptionEventAn ISubscriptionEvent of the subscription event to locate in the collection.
Return Value
Type: System.Boolean
True if the collection contains the subscription event; otherwise, false.
See Also
Contains Overload
SubscriptionEventCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top