FirstClassElement.CheckedOutTo Property
Gets or sets the user the object is currently checked out to.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property CheckedOutTo As String
Get
Set
'Usage
Dim instance As FirstClassElement
Dim value As String
value = instance.CheckedOutTo
instance.CheckedOutTo = value
public virtual string CheckedOutTo { get; set; }
Property Value
Type: System.String
The user the object is currently checked out to.