ContentDeploymentSourceError.Url property
Gets the URL of the site or the web.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Url As String
Get
Friend Set
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As String
value = instance.Url
public string Url { get; internal set; }
Property value
Type: System.String
The URL of the site or the web.
See also
Reference
ContentDeploymentSourceError class