AudienceManager.GetAudienceOperator Method
Gets a list of AudienceOperator objects that correspond to the specified operand.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetAudienceOperator ( _
LeftContent As String _
) As ArrayList
'Usage
Dim instance As AudienceManager
Dim LeftContent As String
Dim returnValue As ArrayList
returnValue = instance.GetAudienceOperator(LeftContent)
public ArrayList GetAudienceOperator(
string LeftContent
)
Parameters
- LeftContent
Type: System.String
Operand portion of an audience rule.
Return Value
Type: System.Collections.ArrayList
System.Collections.ArrayList object that represents a list of AudienceOperator objects.
Remarks
The GetAudienceOperator method examines the data type of the specified operand and returns a list of appropriate operators.