RuntimeEntityDescription.EnablePartitioning Property

Gets or sets whether partitioning is enabled for this runtime entity.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Public Property EnablePartitioning As Boolean
    Get
    Set
'Usage
Dim instance As RuntimeEntityDescription
Dim value As Boolean

value = instance.EnablePartitioning

instance.EnablePartitioning = value
public bool EnablePartitioning { get; set; }
public:
property bool EnablePartitioning {
    bool get ();
    void set (bool value);
}
member EnablePartitioning : bool with get, set
function get EnablePartitioning () : boolean
function set EnablePartitioning (value : boolean)

Property Value

Type: System.Boolean
true if partitioning is enabled for this runtime entity; otherwise, false.

See Also

Reference

RuntimeEntityDescription Class

Microsoft.ServiceBus.Messaging Namespace