SPWebApplication.DesignerDownloadUrl property

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

Syntax

'Declaration
Public Property DesignerDownloadUrl As String
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As String

value = instance.DesignerDownloadUrl

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

Property value

Type: System.String

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace