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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFDeliveryChannel.Description Property

AFDeliveryChannel.Description Property
Read-only property that provides more detailed description of the object.

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

Syntax

public virtual string Description { get; }
Public Overridable ReadOnly Property Description As String
	Get

Dim instance As AFDeliveryChannel
Dim value As String

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

Property Value

Type: String
Returns the detailed description of the object.

Version Information

AFSDK


See Also

Was this topic helpful?