FirstClassElement.Folder Property

Gets or sets the display folder that contains the object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property Folder As String
    Get
    Set
'Usage
Dim instance As FirstClassElement
Dim value As String

value = instance.Folder

instance.Folder = value
public virtual string Folder { get; set; }

Property Value

Type: System.String
The display folder that contains the object in the following format: folder1\subfolder2\subfolder3.

See Also

Reference

FirstClassElement Class

FirstClassElement Members

Microsoft.PerformancePoint.Scorecards Namespace