SubscriptionSettings.EnableBatchedOperations Property

 

Gets or sets a value that indicates whether the batched operations are enabled.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

[DataMemberAttribute(Order = 6)]
public Nullable<bool> EnableBatchedOperations { get; set; }
public:
[DataMemberAttribute(Order = 6)]
property Nullable<bool> EnableBatchedOperations {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
[<DataMemberAttribute(Order = 6)>]
member EnableBatchedOperations : Nullable<bool> with get, set
<DataMemberAttribute(Order := 6)>
Public Property EnableBatchedOperations As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

true if the batched operations are enabled; otherwise, false.

See Also

SubscriptionSettings Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top