ConnectionDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the details associated with the service bus connection.
[System.Runtime.Serialization.DataContract(Name="ConnectionDetail", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class ConnectionDetail
[<System.Runtime.Serialization.DataContract(Name="ConnectionDetail", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ConnectionDetail = class
Public Class ConnectionDetail
- Inheritance
-
ConnectionDetail
- Attributes
Constructors
ConnectionDetail() |
Properties
AuthorizationType |
Gets or sets the authorization type for the connection. |
ConnectionString |
Gets or sets the connection string associated with the connection. |
KeyName |
Gets or sets the key name associated with the connection. |
Rights |
Gets or sets the access rights associated with the connection. |
SecondaryConnectionString |
Gets or sets the secondary connection string associated with the connection. |