TopicDescription.MaxTopicSizeInBytes Property

Gets or sets the maximum topic size in bytes.

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

Syntax

'Declaration
<DataMemberAttribute(Name := "MaxTopicSizeInBytes", IsRequired := False,  _
    Order := , EmitDefaultValue := False)> _
Public Property MaxTopicSizeInBytes As Nullable(Of Long)
    Get
    Set
'Usage
Dim instance As TopicDescription
Dim value As Nullable(Of Long)

value = instance.MaxTopicSizeInBytes

instance.MaxTopicSizeInBytes = value
[DataMemberAttribute(Name = "MaxTopicSizeInBytes", IsRequired = false, 
    Order = , EmitDefaultValue = false)]
public Nullable<long> MaxTopicSizeInBytes { get; set; }
[DataMemberAttribute(Name = L"MaxTopicSizeInBytes", IsRequired = false, 
    Order = , EmitDefaultValue = false)]
public:
property Nullable<long long> MaxTopicSizeInBytes {
    Nullable<long long> get ();
    void set (Nullable<long long> value);
}
[<DataMemberAttribute(Name = "MaxTopicSizeInBytes", IsRequired = false, 
    Order = , EmitDefaultValue = false)>]
member MaxTopicSizeInBytes : Nullable<int64> with get, set
function get MaxTopicSizeInBytes () : Nullable<long>
function set MaxTopicSizeInBytes (value : Nullable<long>)

Property Value

Type: System.Nullable<Int64>
A nullable Long value.

See Also

Reference

TopicDescription Class

Microsoft.ServiceBus.Messaging Namespace