SPWebService.AppCacheToken property

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

Syntax

'Declaration
Public Property AppCacheToken As String
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As String

value = instance.AppCacheToken

instance.AppCacheToken = value
public string AppCacheToken { get; set; }

Property value

Type: System.String

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace