adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / GetConfigurationReport Method / GetConfigurationReport() Method


In This Topic
    GetConfigurationReport() Method
    In This Topic
    Generates a configuration report for the object
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetConfigurationReport() As String
    [NotNull()]
    public string GetConfigurationReport()
    [NotNull()]
    public:
    String^ GetConfigurationReport(); 
    Remarks

    The configuration report is an HTML table listing the values for all properties of the object and its children. This is the same report that is generated in the Console through the "Configuration Report" context menu command.

    Use ArcanaDevelopment.adTempus.Client.ConfigurationReporting.ConfigurationReportGenerator to generate a report for multiple objects.

    See Also