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
     
    
    Public ReadOnly Property ObjectDescription As String
    public string ObjectDescription {get;}
    Remarks
    The description is only populated if the ArcanaDevelopment.adTempus.Shared.ChangeLogQueryParameters.IncludeObjectDescriptions was set to true when the records were fetched.
    See Also