Object key that represent the content which user is subscribed to. The format of the ObjectKey is up to the consumer. (i.e.: blog:12, where 12 represents the post identifier).

Namespace: DotNetNuke.Services.Social.Subscriptions.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ObjectKey { get; set; }
Visual Basic
Public Property ObjectKey As String
	Get
	Set

See Also