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


In This Topic
    DeletedObjectDescription Property
    In This Topic
    If this is a Deletion record, contains the description of the deleted object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property DeletedObjectDescription As String
    [CanBeNull()]
    public string DeletedObjectDescription {get;}
    [CanBeNull()]
    public:
    property String^ DeletedObjectDescription {
       String^ get();
    }
    Remarks
    The description recorded at the time of deletion
    See Also