Registration.Tags Property

 

Gets or sets the collection of tags for the registration.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

Syntax

public ISet<T> Tags { get; set; }
public:
property ISet<T>^ Tags {
    ISet<T>^ get();
    void set(ISet<T>^ value);
}
member Tags : ISet<'T> with get, set
Public Property Tags As ISet(Of T)

Property Value

Type: System.Collections.Generic.ISet<T>

The collection of tags for the registration.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top