WindowsTemplateRegistrationDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides description for Windows template registration.
[System.Runtime.Serialization.DataContract(Name="WindowsTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class WindowsTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.WindowsRegistrationDescription
[<System.Runtime.Serialization.DataContract(Name="WindowsTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type WindowsTemplateRegistrationDescription = class
inherit WindowsRegistrationDescription
Public Class WindowsTemplateRegistrationDescription
Inherits WindowsRegistrationDescription
- Inheritance
-
WindowsTemplateRegistrationDescription
- Attributes
Constructors
Properties
BodyTemplate |
Gets or sets the body template. |
ChannelUri |
Gets or sets the channel URI. (Inherited from WindowsRegistrationDescription) |
ETag |
Gets the ETag associated with this description. (Inherited from RegistrationDescription) |
ExpirationTime |
Gets the expiration time of the registration. (Inherited from RegistrationDescription) |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsReadOnly |
Indicate if the instance is read-only mode. (Inherited from EntityDescription) |
PnsHandle |
Returns platform-specific Pns handle. (Inherited from RegistrationDescription) |
PushVariables |
Gets or sets a dictionary of push variables associated with property bag. (Inherited from RegistrationDescription) |
RegistrationId |
Gets or sets the registration ID. (Inherited from RegistrationDescription) |
SecondaryTileName |
Gets or sets the name of the secondary tile. (Inherited from WindowsRegistrationDescription) |
Tags |
Gets or sets a set of tags associated with the registration. (Inherited from RegistrationDescription) |
TemplateName |
Gets or sets the name of the template. |
WnsHeaders |
Gets or sets the WNS headers. |
Methods
Serialize() |
Serializes the registration description. (Inherited from RegistrationDescription) |
ThrowIfReadOnly() |
Throw if the read only bool is set. (Inherited from EntityDescription) |
Applies to
Azure SDK for .NET