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.