共用方式為


SPAppUsageEntry.InstallLocation property

取得或設定應用程式執行個體的 URL 位置。

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

Syntax

'宣告
Public Property InstallLocation As String
    Get
    Set
'用途
Dim instance As SPAppUsageEntry
Dim value As String

value = instance.InstallLocation

instance.InstallLocation = value
public string InstallLocation { get; set; }

Property value

Type: System.String
應用程式執行個體的 URL。

請參閱

參照

SPAppUsageEntry class

SPAppUsageEntry members

Microsoft.SharePoint.Administration namespace