AudienceLeftContent.DataTypeName Property
Gets the user-friendly name of the content data type.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.