ConfigMgrFspStateMessage.OverrideSafety Property
Fallback status points (FSPs) only accept HTTP traffic over port 80. Setting this property to true overrides any checks to prevent native mode FSP communication.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool OverrideSafety { get; set; }
public:
property bool OverrideSafety {
bool get();
void set(bool value);
}
Public Property OverrideSafety As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrFspStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top