IUpdateServerConfiguration.LocalPublishingMaxCabSize Property
Applies To: Windows Server Update Services
Gets or sets the maximum .cab file size (in megabytes) that Local Publishing will create.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int LocalPublishingMaxCabSize { get; set; }
property int LocalPublishingMaxCabSize {
int get();
void set(int value);
}
abstract LocalPublishingMaxCabSize : int with get, set
Property LocalPublishingMaxCabSize As Integer
Property Value
Type: System.Int32
The maximum .cab file size (in megabytes) that Local Publishing will create.
Exceptions
Exception
Condition
value is less than or equal to 0.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top