ExchangeCertificate.IisServices Property
Gets a collection of IIS services associated with this certificate.
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property IisServices As List(Of IisService)
Get
'Usage
Dim instance As ExchangeCertificate
Dim value As List(Of IisService)
value = instance.IisServices
public List<IisService> IisServices { get; }
Property Value
Type: System.Collections.Generic.List<IisService>
A list of IIS services associated with this certificate.