Share via


Comment.CreatedBy Property (Microsoft.PerformancePoint.Scorecards)

The login ID of the person who created the comment.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property CreatedBy As String
'Usage
Dim instance As Comment
Dim value As String

value = instance.CreatedBy

instance.CreatedBy = value
[XmlAttributeAttribute] 
public string CreatedBy { get; set; }

See Also

Reference

Comment Class
Comment Members
Microsoft.PerformancePoint.Scorecards Namespace