CollectionType Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets the type of the ConfigurationElementCollection.

Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public override ConfigurationElementCollectionType CollectionType { get; }
Visual Basic
Public Overrides ReadOnly Property CollectionType As ConfigurationElementCollectionType
	Get
Visual C++
public:
virtual property ConfigurationElementCollectionType CollectionType {
	ConfigurationElementCollectionType get () override;
}

Return Value

The ConfigurationElementCollectionType of this collection.

See Also