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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
PartialRepublish 
As 
Boolean
C#
public 
bool 
PartialRepublish { 
get; }
Visual C++
public:
property 
bool 
PartialRepublish {
	
bool 
get ();
}
JavaScript
function get_
partialRepublish();

See Also