Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.