xml/Microsoft.Azure.NotificationHubs/NotificationHubDescription.xml (443 lines of code) (raw):

<Type Name="NotificationHubDescription" FullName="Microsoft.Azure.NotificationHubs.NotificationHubDescription"> <TypeSignature Language="C#" Value="public sealed class NotificationHubDescription : Microsoft.Azure.NotificationHubs.Messaging.EntityDescription" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit NotificationHubDescription extends Microsoft.Azure.NotificationHubs.Messaging.EntityDescription" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.NotificationHubs.NotificationHubDescription" /> <TypeSignature Language="VB.NET" Value="Public NotInheritable Class NotificationHubDescription&#xA;Inherits EntityDescription" /> <TypeSignature Language="F#" Value="type NotificationHubDescription = class&#xA; inherit EntityDescription" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Microsoft.Azure.NotificationHubs.Messaging.EntityDescription</BaseTypeName> </Base> <Interfaces /> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataContract(Name="NotificationHubDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataContract(Name="NotificationHubDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")&gt;]</AttributeName> </Attribute> </Attributes> <Docs> <summary> Metadata description of the NotificationHub. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public NotificationHubDescription (string path);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string path) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.NotificationHubs.NotificationHubDescription.#ctor(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Sub New (path As String)" /> <MemberSignature Language="F#" Value="new Microsoft.Azure.NotificationHubs.NotificationHubDescription : string -&gt; Microsoft.Azure.NotificationHubs.NotificationHubDescription" Usage="new Microsoft.Azure.NotificationHubs.NotificationHubDescription path" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="path" Type="System.String" /> </Parameters> <Docs> <param name="path">path of the NotificationHub.</param> <summary> Default Constructor </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AdmCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.AdmCredential AdmCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.AdmCredential AdmCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.AdmCredential" /> <MemberSignature Language="VB.NET" Value="Public Property AdmCredential As AdmCredential" /> <MemberSignature Language="F#" Value="member this.AdmCredential : Microsoft.Azure.NotificationHubs.AdmCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.AdmCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="AdmCredential", Order=1014)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="AdmCredential", Order=1014)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.AdmCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the Adm credential credential. </summary> <value> The Adm credential credential. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ApnsCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.ApnsCredential ApnsCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.ApnsCredential ApnsCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.ApnsCredential" /> <MemberSignature Language="VB.NET" Value="Public Property ApnsCredential As ApnsCredential" /> <MemberSignature Language="F#" Value="member this.ApnsCredential : Microsoft.Azure.NotificationHubs.ApnsCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.ApnsCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsCredential", Order=1001)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsCredential", Order=1001)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.ApnsCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the APNS credential. </summary> <value> The APNS credential. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Authorization"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRules Authorization { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRules Authorization" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.Authorization" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Authorization As AuthorizationRules" /> <MemberSignature Language="F#" Value="member this.Authorization : Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRules" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.Authorization" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRules</ReturnType> </ReturnValue> <Docs> <summary> Gets the authorization rules. </summary> <value> The authorization. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BaiduCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.BaiduCredential BaiduCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.BaiduCredential BaiduCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.BaiduCredential" /> <MemberSignature Language="VB.NET" Value="Public Property BaiduCredential As BaiduCredential" /> <MemberSignature Language="F#" Value="member this.BaiduCredential : Microsoft.Azure.NotificationHubs.BaiduCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.BaiduCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="BaiduCredential", Order=1016)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="BaiduCredential", Order=1016)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.BaiduCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the Baidu credential. </summary> <value> The Baidu credential. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="FcmCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.FcmCredential FcmCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.FcmCredential FcmCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.FcmCredential" /> <MemberSignature Language="VB.NET" Value="Public Property FcmCredential As FcmCredential" /> <MemberSignature Language="F#" Value="member this.FcmCredential : Microsoft.Azure.NotificationHubs.FcmCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.FcmCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="GcmCredential", Order=1005)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="GcmCredential", Order=1005)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.FcmCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the FCM legacy credential. </summary> <value> The FCM legacy credential. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsAnonymousAccessible"> <MemberSignature Language="C#" Value="public bool IsAnonymousAccessible { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool IsAnonymousAccessible" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.IsAnonymousAccessible" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property IsAnonymousAccessible As Boolean" /> <MemberSignature Language="F#" Value="member this.IsAnonymousAccessible : bool" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.IsAnonymousAccessible" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> If true, the entity can be accessed by anonymous users </summary> <value> true if the description is anonymously accessible; otherwise, false. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsDisabled"> <MemberSignature Language="C#" Value="public bool IsDisabled { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool IsDisabled" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.IsDisabled" /> <MemberSignature Language="VB.NET" Value="Public Property IsDisabled As Boolean" /> <MemberSignature Language="F#" Value="member this.IsDisabled : bool with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.IsDisabled" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.IgnoreDataMember]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.IgnoreDataMember&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> Gets of sets a value indicating if this notification hub is disabled. When <see langword="true" /> all runtime operations (i.e. registration management and sends) will return HTTP status code 403 <see cref="F:System.Net.HttpStatusCode.Forbidden" />. </summary> <value> <see langword="true" /> if this notification hub is disabled; otherwise, <see langword="false" />. </value> <remarks> Multi-tenant applications are applications that have to push notifications to a single mobile application on behalf of multiple parties (or tenants). One pattern to achieve this goal, which achieves user isolation between tenants, is to create one hub per tenant and store application credentials at the namespace level. In these cases though, it might be required for the multi-tenant application to disable the notification hub of a particular tenant in order to avoid abuse (either resulting in service degradation for other tenants, or in extra charges for the multi-tenant application owner). </remarks> <altmember cref="T:System.Net.HttpStatusCode" /> <altmember cref="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.InternalStatus" /> </Docs> </Member> <Member MemberName="MpnsCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.MpnsCredential MpnsCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.MpnsCredential MpnsCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.MpnsCredential" /> <MemberSignature Language="VB.NET" Value="Public Property MpnsCredential As MpnsCredential" /> <MemberSignature Language="F#" Value="member this.MpnsCredential : Microsoft.Azure.NotificationHubs.MpnsCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.MpnsCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="MpnsCredential", Order=1006)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="MpnsCredential", Order=1006)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.MpnsCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the MPNS credential. An <see cref="T:Microsoft.Azure.NotificationHubs.MpnsCredential" /> instance with no defined certificate enables MPNS unauthenticated MPNS support. </summary> <value> The MPNS credential. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Path"> <MemberSignature Language="C#" Value="public string Path { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Path" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.Path" /> <MemberSignature Language="VB.NET" Value="Public Property Path As String" /> <MemberSignature Language="F#" Value="member this.Path : string with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.Path" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the full path of the notificationHub. </summary> <value>To be added.</value> <remarks> This is a relative path to the <see cref="F:Microsoft.Azure.NotificationHubs.NamespaceManager._baseUri" />. </remarks> </Docs> </Member> <Member MemberName="RegistrationTtl"> <MemberSignature Language="C#" Value="public TimeSpan? RegistrationTtl { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1&lt;valuetype System.TimeSpan&gt; RegistrationTtl" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.RegistrationTtl" /> <MemberSignature Language="VB.NET" Value="Public Property RegistrationTtl As Nullable(Of TimeSpan)" /> <MemberSignature Language="F#" Value="member this.RegistrationTtl : Nullable&lt;TimeSpan&gt; with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.RegistrationTtl" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Nullable&lt;System.TimeSpan&gt;</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the expiration time of all registrations in this Notificationhub. </summary> <value> The registration TTL. </value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SetAccessPassword"> <MemberSignature Language="C#" Value="public void SetAccessPassword (string accessKeyName, string password, System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.NotificationHubs.Messaging.AccessRights&gt; rights);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void SetAccessPassword(string accessKeyName, string password, class System.Collections.Generic.IEnumerable`1&lt;valuetype Microsoft.Azure.NotificationHubs.Messaging.AccessRights&gt; rights) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.NotificationHubs.NotificationHubDescription.SetAccessPassword(System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Azure.NotificationHubs.Messaging.AccessRights})" /> <MemberSignature Language="VB.NET" Value="Public Sub SetAccessPassword (accessKeyName As String, password As String, rights As IEnumerable(Of AccessRights))" /> <MemberSignature Language="F#" Value="member this.SetAccessPassword : string * string * seq&lt;Microsoft.Azure.NotificationHubs.Messaging.AccessRights&gt; -&gt; unit" Usage="notificationHubDescription.SetAccessPassword (accessKeyName, password, rights)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="accessKeyName" Type="System.String" /> <Parameter Name="password" Type="System.String" /> <Parameter Name="rights" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.NotificationHubs.Messaging.AccessRights&gt;" /> </Parameters> <Docs> <param name="accessKeyName">To be added.</param> <param name="password">To be added.</param> <param name="rights">To be added.</param> <summary> Sets the access password. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SetAccessPasswords"> <MemberSignature Language="C#" Value="public void SetAccessPasswords (string fullAccessRuleName, string fullAccessPassword, string listenAccessRuleName, string listenAccessPassword);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void SetAccessPasswords(string fullAccessRuleName, string fullAccessPassword, string listenAccessRuleName, string listenAccessPassword) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.NotificationHubs.NotificationHubDescription.SetAccessPasswords(System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Sub SetAccessPasswords (fullAccessRuleName As String, fullAccessPassword As String, listenAccessRuleName As String, listenAccessPassword As String)" /> <MemberSignature Language="F#" Value="member this.SetAccessPasswords : string * string * string * string -&gt; unit" Usage="notificationHubDescription.SetAccessPasswords (fullAccessRuleName, fullAccessPassword, listenAccessRuleName, listenAccessPassword)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="fullAccessRuleName" Type="System.String" /> <Parameter Name="fullAccessPassword" Type="System.String" /> <Parameter Name="listenAccessRuleName" Type="System.String" /> <Parameter Name="listenAccessPassword" Type="System.String" /> </Parameters> <Docs> <param name="fullAccessRuleName">name of the full access rule.</param> <param name="fullAccessPassword">The full access password.</param> <param name="listenAccessRuleName">Name of the listen access rule.</param> <param name="listenAccessPassword">The listen access password.</param> <summary> Sets the access passwords. </summary> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> fullAccessRuleName or fullAccessPassword or listenAccessRuleName or listenAccessPassword </exception> </Docs> </Member> <Member MemberName="WnsCredential"> <MemberSignature Language="C#" Value="public Microsoft.Azure.NotificationHubs.WnsCredential WnsCredential { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.NotificationHubs.WnsCredential WnsCredential" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.NotificationHubs.NotificationHubDescription.WnsCredential" /> <MemberSignature Language="VB.NET" Value="Public Property WnsCredential As WnsCredential" /> <MemberSignature Language="F#" Value="member this.WnsCredential : Microsoft.Azure.NotificationHubs.WnsCredential with get, set" Usage="Microsoft.Azure.NotificationHubs.NotificationHubDescription.WnsCredential" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.NotificationHubs</AssemblyName> <AssemblyVersion>4.1.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="WnsCredential", Order=1003)]</AttributeName> <AttributeName Language="F#">[&lt;System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="WnsCredential", Order=1003)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.NotificationHubs.WnsCredential</ReturnType> </ReturnValue> <Docs> <summary> Gets or sets the WNS credential. </summary> <value> The WNS credential. </value> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>