adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / SourceDescription Property

In This Topic
    SourceDescription Property
    In This Topic
    A description of the object that generated the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property SourceDescription As String
    [DataMember()]
    public string SourceDescription {get; set;}
    See Also