SPIisSettings.Path property

Gets or sets the local file system path to the folder that contains files for the virtual directory of the Web application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Path As DirectoryInfo
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As DirectoryInfo

value = instance.Path

instance.Path = value
public DirectoryInfo Path { get; set; }

Property value

Type: System.IO.DirectoryInfo
A System.IO.DirectoryInfo object that specifies a local file system path, for example: C:\Inetpub\wwwroot\wss\VirtualDirectories\80.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace