Share via


RelationshipEndVisualizationProperties.FolderPosition Property

Gets or sets the exact position of the folder.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property FolderPosition As Integer 
    Get 
    Set
'Usage
Dim instance As RelationshipEndVisualizationProperties 
Dim value As Integer 

value = instance.FolderPosition

instance.FolderPosition = value
public int FolderPosition { get; set; }
public:
property int FolderPosition {
    int get ();
    void set (int value);
}
member FolderPosition : int with get, set
function get FolderPosition () : int 
function set FolderPosition (value : int)

Property Value

Type: System.Int32
The exact position of the folder.

See Also

Reference

RelationshipEndVisualizationProperties Class

Microsoft.AnalysisServices Namespace