Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the cache mode for the client-side interface.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Syntax
public CacheMode CacheMode { get; set; }
public:
property CacheMode CacheMode {
CacheMode get();
void set(CacheMode value);
}
member CacheMode : CacheMode with get, set
Public Property CacheMode As CacheMode
Property Value
Type: Microsoft.EnterpriseManagement.Common.CacheMode
One of the enumeration values. The default is Configuration.
Remarks
Changing the cache mode after the object is used to create a connection will have no effect.
See Also
ConnectionSettings Class
Microsoft.EnterpriseManagement.Common Namespace
Return to top