SiteInfo.PhysicalPath Property
Namespace: Microsoft.Web.Management.Server
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Syntax
public string PhysicalPath { get; }
public:
property String^ PhysicalPath {
String^ get();
}
member PhysicalPath : string with get
Public ReadOnly Property PhysicalPath As String
Property Value
Type: System.String
See Also
SiteInfo Class
Microsoft.Web.Management.Server Namespace
Return to top