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