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

AF SDK Reference

AFNotificationContent.Name Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFNotificationContent.Name Property
This property defines the name that identifies the object.

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

Syntax

public string Name { get; }
Public ReadOnly Property Name As String
	Get

Dim instance As AFNotificationContent
Dim value As String

value = instance.Name
public:
virtual property String^ Name {
	String^ get () sealed;
}
abstract Name : string with get
override Name : string with get

Property Value

Type: String
Defines the name that identifies the object.

Remarks

This property is used as the key when referencing the object in a collection using the Item property with a string value.

The name is always the same as the name of the Attribute or AFAttributeTemplate associated with this content.

Version Information

AFSDK


See Also

In This Topic