FirstClassElement.CreatedBy Property (Microsoft.PerformancePoint.Scorecards)

The user who created this version of the object.

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

Syntax

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

value = instance.CreatedBy

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

Remarks

Do not modify this property. It is set internally.

See Also

Reference

FirstClassElement Class
FirstClassElement Members
Microsoft.PerformancePoint.Scorecards Namespace