The period before a subscription with stopped publishing is considered halted.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property PublishingHaltedProbationaryPeriod As Integer
             
        
            
            'Usage
 
Dim instance As _UAClientSubscriptionParameters
Dim value As Integer
 
instance.PublishingHaltedProbationaryPeriod = value
 
value = instance.PublishingHaltedProbationaryPeriod
             
        
            
            int PublishingHaltedProbationaryPeriod {get; set;}
             
        
            
            property int PublishingHaltedProbationaryPeriod {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also