SPWebTemplate.IsUnique property

NOTE: This API is now obsolete.

Gets a value that indicates whether the site created from the site definition configuration or Web template inherits from its parent site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("IsUnique has been deprecated.")> _
Public ReadOnly Property IsUnique As Boolean
    Get
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean

value = instance.IsUnique
[ObsoleteAttribute("IsUnique has been deprecated.")]
public bool IsUnique { get; }

Property value

Type: System.Boolean
true if the subsite created from the site definition configuration or Web template does not inherit from its parent site; otherwise, false.

See also

Reference

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace