IAFNotificationContact.CategoryString Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Note: This API is now obsolete.
The CategoryString of the AFNotificationContactTemplate or
AFNotificationContact.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("This property has never been used and is always ignored.")] string CategoryString { get; set; }
<BrowsableAttribute(false)> <ObsoleteAttribute("This property has never been used and is always ignored.")> Property CategoryString As String Get Set Dim instance As IAFNotificationContact Dim value As String value = instance.CategoryString instance.CategoryString = value
[BrowsableAttribute(false)] [ObsoleteAttribute(L"This property has never been used and is always ignored.")] property String^ CategoryString { String^ get (); void set (String^ value); }
[<BrowsableAttribute(false)>] [<ObsoleteAttribute("This property has never been used and is always ignored.")>] abstract CategoryString : string with get, set
Property Value
Type: String
Version Information
AFSDK
Supported in: 2.8, 2.7.5, 2.7, 2.6, 2.5Obsolete (compiler warning) in 3.1.1
Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5