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()>
    <CanBeNullAttribute()>
    Public Property SourceDescription As String
    [DataMember()]
    [CanBeNull()]
    public string SourceDescription {get; set;}
    [DataMember()]
    [CanBeNull()]
    public:
    property String^ SourceDescription {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This property is not always populated and may be null.
    See Also