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)

public:
property String^ To {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The send to address.

Return to top
Show: