Gets the collection of all property definitions of all unassigned property definitions.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCReadOnlyCollection<BCPropertyDef> AllUnassignedProperties { get; } |
Visual Basic |
---|
Public ReadOnly Property AllUnassignedProperties As BCReadOnlyCollection(Of BCPropertyDef) Get |
Visual C++ |
---|
public: property BCReadOnlyCollection<BCPropertyDef^>^ AllUnassignedProperties { BCReadOnlyCollection<BCPropertyDef^>^ get (); } |