AudienceLoader.IsUserMemberOfDL Method
Determines whether the current user is a member of the specified DL.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function IsUserMemberOfDL ( _
dlDistringuishedName As String _
) As Boolean
'Usage
Dim instance As AudienceLoader
Dim dlDistringuishedName As String
Dim returnValue As Boolean
returnValue = instance.IsUserMemberOfDL(dlDistringuishedName)
public bool IsUserMemberOfDL(
string dlDistringuishedName
)
Parameters
- dlDistringuishedName
Type: System.String
The name of the DL.
Return Value
Type: System.Boolean
true or false.