AudienceLeftContent.bProperty Property
Gets a flag that indicates whether content for the operator portion of the audience rule is from the user profile or an alternate source.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property bProperty As Boolean
Get
'Usage
Dim instance As AudienceLeftContent
Dim value As Boolean
value = instance.bProperty
public bool bProperty { get; }
Property Value
Type: System.Boolean
A Boolean value. true if the content is from the user profile; otherwise, false.
Remarks
The bProperty property is read-only.