Class RegionCodeDescription
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Represents the description associated with the region code for the Service bus.
[DataContract(Name = "RegionCodeDescription", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class RegionCodeDescription
- Inheritance
-
RegionCodeDescription
- Inherited Members
Constructors
RegionCodeDescription()
public RegionCodeDescription()
Fields
Serializer
The serializer associated with the description.
public static readonly DataContractSerializer Serializer
Field Value
- DataContractSerializer
Properties
Code
Gets or sets the code associated with this instance.
[DataMember(Name = "Code", IsRequired = true, Order = 100, EmitDefaultValue = false)]
public string Code { get; set; }
Property Value
- string
The code associated with this instance.
FullName
Gets or sets the full name of this instance.
[DataMember(Name = "FullName", IsRequired = true, Order = 101, EmitDefaultValue = false)]
public string FullName { get; set; }
Property Value
- string
The full name of this instance.