Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the location in SharePoint to which the mapped folder is mapped. This path is relative to the root of SharePoint.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Property DeploymentLocation As String
string DeploymentLocation { get; set; }
Property Value
Type: String
A string that represents a path.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Occurs if the path is set to an absolute path, contains "..", or has illegal characters. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.