Share via


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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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.

See also

Reference

AudienceLeftContent class

AudienceLeftContent members

Microsoft.Office.Server.Audience namespace