'Declaration
<NotNullAttribute()> Public Property QueueName As String
'Usage
Dim instance As UABrokerWriterGroupTransportParameters Dim value As String instance.QueueName = value value = instance.QueueName
[NotNull()] public string QueueName {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.