Share via


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:  websvcSites
Assembly:  STSSOAP (in STSSOAP.dll)

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

websvcSites Namespace