Click or drag to resize

ComplexApiCallArgsLogSourceName Property

The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string LogSourceName { get; set; }

Property Value

Type: String
See Also