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.

See also

Reference

FirstClassElement class

FirstClassElement members

Microsoft.PerformancePoint.Scorecards namespace