log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
AliasDomainAttribute Constructor
Initializes a new instance of the AliasDomainAttribute class with the specified domain to alias to this assembly's repository.
[Visual Basic]
Public Sub New( _
ByVal
name As
String _
)
[C#]
public AliasDomainAttribute(
string name);
Parameters
-
name
- The domain to alias to this assemby's repository.
Remarks
Obsolete. Use AliasRepositoryAttribute instead of AliasDomainAttribute.
See Also
AliasDomainAttribute Class | log4net.Config Namespace