ExchangeCertificate.IisServices property
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>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace