IWebSite.Path プロパティ
v2 に適用されます。
ローカル コンピューター上のサイトの物理パスを取得します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
ReadOnly Property Path As String
Get
'使用
Dim instance As IWebSite
Dim value As String
value = instance.Path
string Path { get; }
property String^ Path {
String^ get ();
}
abstract Path : string
function get Path () : String
プロパティ値
型: System.String
ローカル コンピューター上のサイトの物理パス。