The minimum publishing interval supported by the server (in milliseconds).
'Declaration
<DataMemberAttribute(IsRequired=False, Order=13)>
Public Property MinPublishingInterval As Integer
'Usage
Dim instance As ServerConfiguration
Dim value As Integer
instance.MinPublishingInterval = value
value = instance.MinPublishingInterval
[DataMember(IsRequired=false, Order=13)]
public int MinPublishingInterval {get; set;}
[DataMember(IsRequired=false, Order=13)]
public:
property int MinPublishingInterval {
int get();
void set ( int value);
}
Property Value
The minimum publishing interval.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2