Share via


AudienceLeftContent.DataTypeName property

Gets the user-friendly name of the content data type.

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

Syntax

'Declaration
Public ReadOnly Property DataTypeName As String
    Get
'Usage
Dim instance As AudienceLeftContent
Dim value As String

value = instance.DataTypeName
public string DataTypeName { get; }

Property value

Type: System.String
String that contains the user-friendly name of the content data type.

Remarks

The DataTypeName property is ready-only.

See also

Reference

AudienceLeftContent class

AudienceLeftContent members

Microsoft.Office.Server.Audience namespace