User.Notes Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Notes As String
Get
'Usage
Dim instance As User
Dim value As String
value = instance.Notes
[ObsoleteAttribute("This class is obsolete.")]
public string Notes { get; }
Property Value
Type: System.String