PropertyDataType.IsPerson Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyDataType" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataType" instead")> _
Public ReadOnly Property IsPerson As Boolean
Get
'Usage
Dim instance As PropertyDataType
Dim value As Boolean
value = instance.IsPerson
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyDataType" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataType" instead")]
public bool IsPerson { get; }
Property Value
Type: System.Boolean