Share via


Message.To Property

 

Gets or sets the send to address.

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

Syntax

public string To { get; set; }
public:
property String^ To {
    String^ get();
    void set(String^ value);
}
member To : string with get, set
Public Property To As String

Property Value

Type: System.String

The send to address.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top