Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum age for the CacheCleanout task.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<int> MaxAge { get; set; }
public:
property Nullable<int> MaxAge {
Nullable<int> get();
void set(Nullable<int> value);
}
Public Property MaxAge As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
StateMessageManager Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top