BCClassUIExtensions 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> UIExtensions { get; }
Public ReadOnly Property UIExtensions As BCCollection(Of BCComRef)
Get
public:
property BCCollection<BCComRef^>^ UIExtensions {
BCCollection<BCComRef^>^ get ();
}
member UIExtensions : BCCollection<BCComRef> with get
Property Value
Type:
BCCollectionBCComRefSee Also