SPWeb.ClientTag Property
The client cache control number (client tag) for this website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ClientTag As Short
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Short
value = instance.ClientTag
instance.ClientTag = value
public short ClientTag { get; set; }
Property Value
Type: System.Int16
A Int16 value representing the Client Tag.