SPWeb.ClientTag property

The client cache control number (client tag) for this website.

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

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.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace