Click or drag to resize

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)
Syntax
ISharedModule this[
	Guid id
] { get; }

Parameters

id
Type: SystemGuid
the desired module id

Return Value

Type: ISharedModule
the desired item; otherwise, null
See Also