PropertyInUseException.ExtraInfo 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("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")> _
Public ReadOnly Property ExtraInfo As String
Get
'Usage
Dim instance As PropertyInUseException
Dim value As String
value = instance.ExtraInfo
[ObsoleteAttribute("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")]
public string ExtraInfo { get; }
Property Value
Type: System.String