.NET only. Gets the string description of collection type.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
string TargetCollectionKind { get; }
Visual Basic (Usage)
Dim instance As ICollectionDescription
Dim value As String

value = instance.TargetCollectionKind

See Also