- ServerDirectory
- The server directory.
Visual Basic (Declaration) | |
---|---|
Public Shared Function Open( _ ByVal ServerDirectory As String _ ) As AdvancedSettings |
Visual Basic (Usage) | Copy Code |
---|---|
Dim ServerDirectory As String Dim value As AdvancedSettings value = AdvancedSettings.Open(ServerDirectory) |
C# | |
---|---|
public static AdvancedSettings Open( string ServerDirectory ) |
C++/CLI | |
---|---|
public: static AdvancedSettings^ Open( String^ ServerDirectory ) |
Parameters
- ServerDirectory
- The server directory.
Return Value
An AdvancedSettings object that allows the caller to have access to advanced configuration options.If the advanced.config does not exist this method creates it and returns a valid AdvancedSettings object.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7