This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class FieldCollection |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class FieldCollection |
The PrimaryKeyList type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<(Of <MetaField>)>.) | |
Item | Overloaded. |
Protected Properties
Name | Description | |
---|---|---|
Items | (Inherited from ReadOnlyCollection<(Of <MetaField>)>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList..::..IsFixedSize | (Inherited from ReadOnlyCollection<(Of <MetaField>)>.) | |
ICollection<(Of <<'(T>)>>)..::..IsReadOnly | ||
ICollection..::..IsSynchronized | (Inherited from ReadOnlyCollection<(Of <MetaField>)>.) | |
ICollection..::..SyncRoot | (Inherited from ReadOnlyCollection<(Of <MetaField>)>.) |
See Also
Smartsite.Data Namespace