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)

Syntax

public string Connection { get; private set; }
public:
property String^ Connection {
    String^ get();
    private: void set(String^ value);
}
member Connection : string with get, private set
Public Property Connection As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The connection string to the Azure service.

See Also

Entity Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top