AemGlobalSettings.PublishMicrosoftSurveyLinks Property
Applies To: Operations Manager for System Center 2012
Gets or sets a value indicating whether to publish survey links.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool PublishMicrosoftSurveyLinks { get; set; }
public:
property bool PublishMicrosoftSurveyLinks {
bool get();
void set(bool value);
}
member PublishMicrosoftSurveyLinks : bool with get, set
Public Property PublishMicrosoftSurveyLinks As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true to publish survey links and false otherwise.
See Also
AemGlobalSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top