Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ServerViewPropertiesCollection Constructors

A collection of ServerViewProperty objects.
Name Parameters Description
ServerViewPropertiesCollection() none Initializes a new ServerViewPropertiesCollection class instance.
ServerViewPropertiesCollection(IXPClassInfoProvider) owner Initializes a new ServerViewPropertiesCollection class instance and binds it to a specified owner - an IXPClassInfoProvider instance. The XPClassInfo metadata from the IXPClassInfoProvider is used internally.
See Also