Template.ImageUrl Property

Gets or sets the URL to the image (the image file) that is used to represent the site definition or site template in the user interface.

Namespace:  [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx

Syntax

'Declaration
Public Property ImageUrl As String
    Get
    Set
'Usage
Dim instance As Template
Dim value As String

value = instance.ImageUrl

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

Property Value

Type: System.String
Returns a URL as string.

See Also

Reference

Template Class

Template Members

Sites Web Service