SPWebTemplate.IsUnique Property

NOTE: This API is now obsolete.

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

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

Syntax

<ObsoleteAttribute("IsUnique has been deprecated.")> _
Public ReadOnly Property IsUnique As Boolean
    Get

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 site template does not inherit from its parent site; otherwise, false.

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace