Share via


Template.ID Property

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

Namespace:  websvcSites
Assembly:  STSSOAP (in STSSOAP.dll)

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

websvcSites Namespace