 | IAssemblyInfoListGetVersions Method |
Gets version for a given Id
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)
SyntaxIEnumerable<Version> GetVersions(
Guid id
)
Function GetVersions (
id As Guid
) As IEnumerable(Of Version)
Parameters
- id
- Type: SystemGuid
the desired Id
Return Value
Type:
IEnumerableVersionthe list of available versions
See Also