TemplateRegistration Class
Updated: July 21, 2013
Represents a template registration.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Microsoft.WindowsAzure.Messaging::Registration
Microsoft.WindowsAzure.Messaging::TemplateRegistration
| Name | Description | |
|---|---|---|
![]() | TemplateRegistration(String^, String^, String^) | Initializes a new instance of the TemplateRegistration class. |
![]() | TemplateRegistration(String^, String^, String^, IEnumerable<String^>^) | Initializes a new instance of the TemplateRegistration class. |
![]() | TemplateRegistration(String^, String^, String^, IEnumerable<String^>^, IDictionary<String^, String^>^) | Initializes a new instance of the TemplateRegistration class. |
| Name | Description | |
|---|---|---|
![]() | BodyTemplate | Gets or sets the body template. |
![]() | ChannelUri | Gets or sets the channel URI.(Inherited from Registration.) |
![]() | ETag | Gets or sets the entity tag.(Inherited from Registration.) |
![]() | ExpiresAt | Gets the date and time when the registration expires.(Inherited from Registration.) |
![]() | NotificationHubPath | Gets or sets the notification hub path.(Inherited from Registration.) |
![]() | RegistrationId | Gets or sets the registration ID.(Inherited from Registration.) |
![]() | Tags | Gets or sets the collection of tags for the registration.(Inherited from Registration.) |
![]() | TemplateName | Gets or sets the name of the template. |
![]() | Uri | Gets or sets the URI associated with the registration.(Inherited from Registration.) |
![]() | WnsHeaders | Gets or sets the collection of Windows Notification Service headers. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

