ExchangeRoleEntryPresentation.Parameters property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Parameters As ICollection(Of String)
Get
Friend Set
'Usage
Dim instance As ExchangeRoleEntryPresentation
Dim value As ICollection(Of String)
value = instance.Parameters
public ICollection<string> Parameters { get; internal set; }
Property value
Type: System.Collections.Generic.ICollection<String>
See also
Reference
ExchangeRoleEntryPresentation class