'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property QueueName As String
'Usage
Dim instance As UABrokerWriterGroupTransportParameters Dim value As String instance.QueueName = value value = instance.QueueName
[DefaultValue("")] [NotNull()] public string QueueName {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ QueueName { String^ get(); void set ( String^ value); }