AppenderCollectionAdd Method |
Adds an IAppender object to the end of collection.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public int Add(
IAppender value
)
Public Function Add (
value As IAppender
) As Integer
public:
int Add(
IAppender^ value
)
member Add :
value : IAppender -> int
Parameters
- value
- Type: Aspose.Email.Tools.LoggingIAppender
The IAppender to be added to the end of the collection. The value can be null.
Return Value
Type:
Int32The index at which the value has been added.
See Also