ContentClientPackage.EnablePeerCache Property

 

Gets or sets a value that indicates whether peer cache is enabled.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool EnablePeerCache { get; set; }
public:
property bool EnablePeerCache {
    bool get();
    void set(bool value);
}
Public Property EnablePeerCache As Boolean

Property Value

Type: System.Boolean

See Also

ContentClientPackage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top