Template.IsUnique Property
Gets or sets a Boolean value that pecifies whether the site created using the site definition or site template inherits from its parent Web site.
Namespace: [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx
Syntax
'Declaration
Public Property IsUnique As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.IsUnique
instance.IsUnique = value
public bool IsUnique { get; set; }
Property Value
Type: System.Boolean
Returns true if the site (subsite) does not inherit from its parent Web site (that is, the subsite is unique); otherwise returns false.