PropertyCollection Class
This class and its members are reserved for internal use and are not intended to be used in your code. Contains a collection of properties.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.Office.Project.Server.Library.PropertyCollection
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyCollection _
Inherits CollectionBase
'Usage
Dim instance As PropertyCollection
public sealed class PropertyCollection : CollectionBase
Remarks
PropertyCollection.Add is an internal method, so a PropertyCollection object can only be used internally.
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.