LogEntryAppDomainName Property |
The AppDomain in which we are running
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string AppDomainName { get; set; }
Public Property AppDomainName As String
Get
Set
public:
property String^ AppDomainName {
String^ get ();
void set (String^ value);
}
member AppDomainName : string with get, set
Property Value
Type:
String
See Also