RuntimeEntityDescription.PartitionCount Property
Gets or sets the number of partitions for this runtime entity.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
Public Property PartitionCount As Short
Get
Set
'Usage
Dim instance As RuntimeEntityDescription
Dim value As Short
value = instance.PartitionCount
instance.PartitionCount = value
public short PartitionCount { get; set; }
public:
property short PartitionCount {
short get ();
void set (short value);
}
member PartitionCount : int16 with get, set
function get PartitionCount () : short
function set PartitionCount (value : short)
Property Value
Type: System.Int16
The number of partitions for this runtime entity.