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

AF SDK Reference

AFAnnotation.Creator Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnnotation.Creator Property
The user who created the annotation.

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

Syntax

public string Creator { get; set; }
Public Property Creator As String
	Get
	Set

Dim instance As AFAnnotation
Dim value As String

value = instance.Creator

instance.Creator = value
public:
property String^ Creator {
	String^ get ();
	void set (String^ value);
}
member Creator : string with get, set

Property Value

Type: String
Returns the user who created the annotation. Defaults to the current user. This property can only be set if it is a PIPoint annotation.

Exceptions

ExceptionCondition
InvalidOperationException An InvalidOperationException will be thrown if this property is changed and is not a PIPoint annotation.

Version Information

AFSDK


See Also

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