AFNotificationContentResults.ContactID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ID of the AFNotificationContact associated with this
list of content results.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid ContactID { get; set; }
Public Property ContactID As Guid Get Set Dim instance As AFNotificationContentResults Dim value As Guid value = instance.ContactID instance.ContactID = value
public: property Guid ContactID { Guid get (); void set (Guid value); }
member ContactID : Guid with get, set
Property Value
Type: GuidReturns the ID of the AFNotificationContact associated with this list of content results.