AemSettings.UseSsl Property
Applies To: Operations Manager for System Center 2012
Gets or sets a value indicating whether to use the Secure Sockets Layer (SSL) protocol for clients of the Microsoft Vista operating system.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool UseSsl { get; set; }
public:
property bool UseSsl {
bool get();
void set(bool value);
}
member UseSsl : bool with get, set
Public Property UseSsl As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true to use SSL and false otherwise.
See Also
AemSettings Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top