Gets list of providers used for creating section content.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Content As ProviderList
C#
public ProviderList Content { get; }
Visual C++
public:
property ProviderList^ Content {
	ProviderList^ get ();
}
JavaScript
function get_content();

See Also