Compartir a través de


ExchangeCertificate.AccessRules Property

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public ReadOnly Property AccessRules As IList(Of AccessRule)
    Get
'Usage
Dim instance As ExchangeCertificate
Dim value As IList(Of AccessRule)

value = instance.AccessRules
public IList<AccessRule> AccessRules { get; }

Property Value

Type: System.Collections.Generic.IList<AccessRule>
Returns IList<T>.