DataCacheFactoryConfiguration.DataCacheServiceAccountType Property

 

The type of account that runs the Caching service.

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

Syntax

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

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType

Returns DataCacheServiceAccountType.

Remarks

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top