BCEnvironmentAllUnassignedProperties Property |
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: 4.0.0.0 (4.0.19.0)
Syntax public 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:
BCReadOnlyCollectionBCPropertyDefSee Also