AudienceRuleComponent.Operator Property
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property Operator As String
Get
Set
'Usage
Dim instance As AudienceRuleComponent
Dim value As String
value = instance.Operator
instance.Operator = value
public string Operator { get; set; }
Property Value
Type: System.String