 | ISharedModulesItem Property (Guid) |
Items getter
Namespace:
EBP.Framework.Common.Interfaces.Host
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxISharedModule this[
Guid id
] { get; }
ReadOnly Default Property Item (
id As Guid
) As ISharedModule
Get
Parameters
- id
- Type: SystemGuid
the desired module id
Return Value
Type:
ISharedModulethe desired item; otherwise, null
See Also