UserProfile.FeedIdentifier property

Gets the user's setting for the Feed service provider defined identifier property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property FeedIdentifier As String
    Get
'Usage
Dim instance As UserProfile
Dim value As String

value = instance.FeedIdentifier
public string FeedIdentifier { get; }

Property value

Type: System.String
The user's setting for the Feed service provider defined identifier property.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace