Class PortalManagementAddress
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Represents the address for the portal management.
[DataContract(Name = "PortalRedirect", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class PortalManagementAddress
- Inheritance
-
PortalManagementAddress
- Inherited Members
Constructors
PortalManagementAddress()
public PortalManagementAddress()
Properties
Address
Gets or sets the portal address.
[DataMember(Name = "Address")]
public Uri Address { get; set; }
Property Value
- Uri
The portal address.