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)
Available in Sandboxed Solutions: No
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.