PropertyCollection Class
Represents a collection of properties that can be added to DataColumn, DataSet, or DataTable objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.PropertyCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class PropertyCollection _
Implements IEnumerable(Of Property), IEnumerable
'Usage
Dim instance As PropertyCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class PropertyCollection : IEnumerable<Property>,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.