adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / Source Property


In This Topic
    Source Property
    In This Topic
    The source of the message
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Source As String
    [CanBeNull()]
    public string Source {get;}
    [CanBeNull()]
    public:
    property String^ Source {
       String^ get();
    }
    See Also