Share via


WindowsTemplateRegistrationDescriptionCommon interface

Represents a Windows Notification Services (WNS) template registration.

Extends

Properties

wnsHeaders

The WNS headers.

Inherited Properties

bodyTemplate

The body template.

channelUri

The channel URI.

etag

The ETag associated with this description.

expirationTime

The expiration time of the registration.

pushVariables

A dictionary of push variables associated with property bag.

registrationId

The registration ID.

tags

The tags associated with the registration.

templateName

The name of the template.

Property Details

wnsHeaders

The WNS headers.

wnsHeaders?: Record<string, string>

Property Value

Record<string, string>

Inherited Property Details

bodyTemplate

The body template.

bodyTemplate: string

Property Value

string

Inherited From TemplateRegistrationDescription.bodyTemplate

channelUri

The channel URI.

channelUri: string

Property Value

string

Inherited From WindowsRegistrationDescriptionCommon.channelUri

etag

The ETag associated with this description.

etag?: string

Property Value

string

Inherited From WindowsRegistrationDescriptionCommon.etag

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

Inherited From WindowsRegistrationDescriptionCommon.expirationTime

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From WindowsRegistrationDescriptionCommon.pushVariables

registrationId

The registration ID.

registrationId?: string

Property Value

string

Inherited From WindowsRegistrationDescriptionCommon.registrationId

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]

Inherited From WindowsRegistrationDescriptionCommon.tags

templateName

The name of the template.

templateName?: string

Property Value

string

Inherited From TemplateRegistrationDescription.templateName