FirstClassElementBridge.CreatedBy property

Gets 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
Public Overrides Property CreatedBy As String
    Get
    Set
'Usage
Dim instance As FirstClassElementBridge
Dim value As String

value = instance.CreatedBy

instance.CreatedBy = value
public override string CreatedBy { get; set; }

Property value

Type: System.String
The user who created this version of the object.

Exceptions

Exception Condition
NotSupportedException

Thrown for set operations.

Remarks

The source of this value is the FirstClassElement.CreatedBy property.

See also

Reference

FirstClassElementBridge class

FirstClassElementBridge members

Microsoft.PerformancePoint.Scorecards namespace