Gets/Sets Provider name for re-synchronization of cache

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public string ResyncProviderName { get; set; }
Visual Basic
Public Property ResyncProviderName As String
	Get
	Set
Visual C++
public:
property String^ ResyncProviderName {
	String^ get ();
	void set (String^ value);
}

See Also