Entity::Connection Property

 

Gets or sets the connection string to the Microsoft Azure service.

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

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

Property Value

Type: System::String^

The connection string to the Azure service.

Return to top
Show: