CountryCollection Class
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public Class CountryCollection
Inherits FChoice.Foundation.DataObjects.DataObjectCollection(Of Country)
[DefaultMemberAttribute("Item")]
public class CountryCollection : FChoice.Foundation.DataObjects.DataObjectCollection<Country>
Inheritance Hierarchy
System.Object
System.Collections.Generic.List
FChoice.Foundation.DataObjects.DataObjectCollection
FChoice.Foundation.Clarify.DataObjects.CountryCollection
Requirements
Namespace: FChoice.Foundation.Clarify.DataObjects
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)
Reference
CountryCollection Members
FChoice.Foundation.Clarify.DataObjects Namespace