BCEnvironmentAllUnassignedProperties Property |
Gets the collection of all property definitions of all unassigned property definitions.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntaxpublic BCReadOnlyCollection<BCPropertyDef> AllUnassignedProperties { get; }
Public ReadOnly Property AllUnassignedProperties As BCReadOnlyCollection(Of BCPropertyDef)
Get
public:
property BCReadOnlyCollection<BCPropertyDef^>^ AllUnassignedProperties {
BCReadOnlyCollection<BCPropertyDef^>^ get ();
}
member AllUnassignedProperties : BCReadOnlyCollection<BCPropertyDef> with get
Property Value
Type:
BCReadOnlyCollectionBCPropertyDef
See Also