The Desktop Module Id associated with the subscription type. This is an optional field but it should be set if the Subscription Type belongs to a specific module.

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

Syntax

C#
public int DesktopModuleId { get; set; }
Visual Basic
Public Property DesktopModuleId As Integer
	Get
	Set

See Also