MsmqDistributorSettings.MsmqPath Property
The path to the msmq to use.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor.Configuration
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
<ConfigurationPropertyAttribute("msmqPath", IsRequired := True)> _
Public Property MsmqPath As String
[ConfigurationPropertyAttribute("msmqPath", IsRequired = true)]
public string MsmqPath { get; set; }
[ConfigurationPropertyAttribute(L"msmqPath", IsRequired = true)]
public:
property String^ MsmqPath {
String^ get ();
void set (String^ value);
}
public function get MsmqPath () : String
public function set MsmqPath (value : String)
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor.Configuration Namespace