Defines a set of related property definitions.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCPropertySet : BCRepositoryObject, 
	IEnumerable<BCPropertyDef>, IEnumerable
Visual Basic
Public Class BCPropertySet _
	Inherits BCRepositoryObject _
	Implements IEnumerable(Of BCPropertyDef), IEnumerable
Visual C++
public ref class BCPropertySet : public BCRepositoryObject, 
	IEnumerable<BCPropertyDef^>, IEnumerable

Inheritance Hierarchy

See Also