BCEnvironmentUIExtensionRefs Property |
Gets the collection of all UI extension 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 BCCollection<BCComRef> UIExtensionRefs { get; }
Public ReadOnly Property UIExtensionRefs As BCCollection(Of BCComRef)
Get
public:
property BCCollection<BCComRef^>^ UIExtensionRefs {
BCCollection<BCComRef^>^ get ();
}
member UIExtensionRefs : BCCollection<BCComRef> with get
Property Value
Type:
BCCollectionBCComRefSee Also