Share via


AudienceLeftContent.DataLength Property

Gets the length for the display name for the operand portion of the audience rule.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property DataLength As Integer
    Get
'Usage
Dim instance As AudienceLeftContent
Dim value As Integer

value = instance.DataLength
public int DataLength { get; }

Property Value

Type: System.Int32
Int32 that gets the length of the operand portion of the rule.

Remarks

The DataLength property is read-only. Gets the length of the string if the content data type is a String; otherwise, gets a value of 0 (zero).

See Also

Reference

AudienceLeftContent Class

AudienceLeftContent Members

Microsoft.Office.Server.Audience Namespace