Click or drag to resize
IExtensionDatasetItem Property
Gets the information for an extension.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
ExtensionInfo this[
	string name
] { get; }

Parameters

name
Type: SystemString

Return Value

Type: ExtensionInfo
null if there is no extension installed with the specified name.
See Also