Annotation.Owner Property
Gets or sets the user who created this annotation.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Owner As String
Get
Set
'Usage
Dim instance As Annotation
Dim value As String
value = instance.Owner
instance.Owner = value
public string Owner { get; set; }
Property Value
Type: System.String
The user who created this annotation.