Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotificationContactTemplate.CategoryString Property

AFNotificationContactTemplate.CategoryString Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.CategoryString Property

Note: This API is now obsolete.

This property is used by the AFNotificationContent object to determine if the AFNotificationContact is interested in the Category of the AFNotificationContent.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[BrowsableAttribute(false)]
[ObsoleteAttribute("This property has never been used and is always ignored.")]
public string CategoryString { get; set; }
<BrowsableAttribute(false)>
<ObsoleteAttribute("This property has never been used and is always ignored.")>
Public Property CategoryString As String
	Get
	Set

Dim instance As AFNotificationContactTemplate
Dim value As String

value = instance.CategoryString

instance.CategoryString = value
public:
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"This property has never been used and is always ignored.")]
virtual property String^ CategoryString {
	String^ get () sealed;
	void set (String^ value) sealed;
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("This property has never been used and is always ignored.")>]
abstract CategoryString : string with get, set
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("This property has never been used and is always ignored.")>]
override CategoryString : string with get, set

Property Value

Type: String
Always returns Empty.

Implements

IAFNotificationContactCategoryString

Version Information

AFSDK

Supported in: 2.8, 2.7.5, 2.7, 2.6, 2.5, 2.4
Obsolete (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

See Also

TitleResults for “How to create a CRG?”Also Available in