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
- guid
Type: System.String
The audience ID.
Return Value
Type: System.Boolean
true or false.