FirstClassElementBridge.Folder Property
Gets 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 Overrides Property Folder As String
Get
Set
'Usage
Dim instance As FirstClassElementBridge
Dim value As String
value = instance.Folder
instance.Folder = value
public override string Folder { get; set; }
Property Value
Type: System.String
The display folder that contains the object in the following format: folder1\subfolder2\subfolder3.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown for set operations. |
Remarks
The source of this value is the FirstClassElement.Folder property.