'Declaration
<NotNullAttribute()> Public Overloads Function GetConfigurationReport( _ ByVal fullDocument As Boolean _ ) As String
[NotNull()] public string GetConfigurationReport( bool fullDocument )
[NotNull()] public: String^ GetConfigurationReport( bool fullDocument )
Parameters
- fullDocument
- If true, returns a full HTML document containing the report for this object. If false, returns only an HTML fragment.