DataCacheFactoryConfiguration.AutoDiscoverProperty Property

 

Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public DataCacheAutoDiscoverProperty AutoDiscoverProperty { get; set; }
public:
property DataCacheAutoDiscoverProperty^ AutoDiscoverProperty {
    DataCacheAutoDiscoverProperty^ get();
    void set(DataCacheAutoDiscoverProperty^ value);
}
member AutoDiscoverProperty : DataCacheAutoDiscoverProperty with get, set
Public Property AutoDiscoverProperty As DataCacheAutoDiscoverProperty

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty

Returns DataCacheAutoDiscoverProperty.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top