Share via


CommerceCache.ServerSpecificSiteUrl Property (BCL)

The ServerSpecificSiteUrl property is a string that contains the full URL of the application. If the cache object is a Dictionary object, then this value is passed to the CacheLoader and CacheWriter objects during each cache refresh.

Definition

[Visual Basic .NET]

Public Property ServerSpecificSiteUrl As System.String

[C#]

public System.String ServerSpecificSiteUrl {get; set;} 

Property Value

The full URL of the application.

Remarks

Throws a CommerceCacheException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.