RePublishingRequiredEventArgs.PartialRepublish Property
Gets true, if only selective categories need to be republished. If this flag is false, then all category data from the endpoint need to be republished.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PartialRepublish As Boolean
Get
'Usage
Dim instance As RePublishingRequiredEventArgs
Dim value As Boolean
value = instance.PartialRepublish
public bool PartialRepublish { get; }
Property Value
Type: System.Boolean
See Also
Reference
RePublishingRequiredEventArgs Class