ServerProperty.FolderName Property

Gets the folder name associated with a ServerProperty object.

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

Syntax

'Declaration
Public ReadOnly Property FolderName As String 
    Get
'Usage
Dim instance As ServerProperty 
Dim value As String 

value = instance.FolderName
public string FolderName { get; }
public:
property String^ FolderName {
    String^ get ();
}
member FolderName : string
function get FolderName () : String

Property Value

Type: System.String
A folder name.

See Also

Reference

ServerProperty Class

Microsoft.AnalysisServices Namespace