AFNotificationContentResults.Contains Method (Guid)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.