Show / Hide Table of Contents

Class SubscriberInfo

Inheritance
object
SubscriberInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.EventQueue.Config
Assembly: DotNetNuke.dll
Syntax
public class SubscriberInfo

Constructors

SubscriberInfo()

Declaration
public SubscriberInfo()

SubscriberInfo(string)

Declaration
public SubscriberInfo(string subscriberName)
Parameters
Type Name Description
string subscriberName

Properties

Address

Declaration
public string Address { get; set; }
Property Value
Type Description
string

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

ID

Declaration
public string ID { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PrivateKey

Declaration
public string PrivateKey { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS