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