Template.ID Property

Gets or sets the identifier of the site definition or site template.

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

Syntax

'Declaration
Public Property ID As Integer
    Get
    Set
'Usage
Dim instance As Template
Dim value As Integer

value = instance.ID

instance.ID = value
public int ID { get; set; }

Property Value

Type: System.Int32
Returns an integer that identifies the site definition or site template.

See Also

Reference

Template Class

Template Members

Sites Web Service