Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.