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


In This Topic
    IsSystemGenerated Property
    In This Topic
    Indicates whether this record was system-generated.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSystemGenerated As Boolean
    public bool IsSystemGenerated {get;}
    public:
    property bool IsSystemGenerated {
       bool get();
    }
    See Also