Share via


AudienceLoader.IsUserMemberOfGlobalAudience Method

Determines whether the current user is a member of the specified audience.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Function IsUserMemberOfGlobalAudience ( _
    guid As String _
) As Boolean
'Usage
Dim instance As AudienceLoader
Dim guid As String
Dim returnValue As Boolean

returnValue = instance.IsUserMemberOfGlobalAudience(guid)
public bool IsUserMemberOfGlobalAudience(
    string guid
)

Parameters

Return Value

Type: System.Boolean
true or false.

See Also

Reference

AudienceLoader Class

AudienceLoader Members

Microsoft.Office.Server.WebControls Namespace