AFAnnotation.Creator Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The user who created the annotation.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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: StringReturns the user who created the annotation. Defaults to the current user. This property can only be set if it is a PIPoint annotation.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | An InvalidOperationException will be thrown if this property is changed and is not a PIPoint annotation. |