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 total file size, in bytes. The default value is 20971520.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public long MaxTotalFileSize { get; set; }
public:
property long long MaxTotalFileSize {
long long get();
void set(long long value);
}
Public Property MaxTotalFileSize As Long
Property Value
Type: System.Int64
See Also
CcmFileCollectionAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top