RoleEntry.SetParameters Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub SetParameters ( _
value As ICollection(Of String), _
performValidation As Boolean _
)
'Usage
Dim value As ICollection(Of String)
Dim performValidation As Boolean
Me.SetParameters(value, performValidation)
protected void SetParameters(
ICollection<string> value,
bool performValidation
)
Parameters
- value
Type: System.Collections.Generic.ICollection<String>
- performValidation
Type: System.Boolean