adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / ObjectDescription Property


In This Topic
    ObjectDescription Property
    In This Topic
    A description of the affected object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ObjectDescription As String
    [CanBeNull()]
    public string ObjectDescription {get;}
    [CanBeNull()]
    public:
    property String^ ObjectDescription {
       String^ get();
    }
    Remarks

    The description is only populated if the ArcanaDevelopment.adTempus.Shared.ChangeLogQueryParameters.IncludeObjectDescriptions was set to true when the records were fetched.

    For deleted objects, the description is the description at the time of deletion. For other change types, the description is the current description, which may be different from the description at the time the change was recorded.

    See Also