AFNotificationContentResults.Contains Method (Guid)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Determines whether this collection contains an AFNotificationContentResult for a specified
attribute ID.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool Contains( Guid id )
Public Function Contains ( id As Guid ) As Boolean Dim instance As AFNotificationContentResults Dim id As Guid Dim returnValue As Boolean returnValue = instance.Contains(id)
public: bool Contains( Guid id )
member Contains : id : Guid -> bool
Parameters
- id
- Type: SystemGuid
The ID of the AFAttribute to check.
Return Value
Type: BooleanReturns if an AFNotificationContentResult in the collection contains AFAttribute with the specified id; otherwise, is returned.