AudienceLeftContent.DataType Property
Gets the data type of the content in the user profile.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As String
Get
'Usage
Dim instance As AudienceLeftContent
Dim value As String
value = instance.DataType
public string DataType { get; }
Property Value
Type: System.String
String that gets the data type of the content in the user profile.
Remarks
The DataType property is read-only.