IExtensionDatasetItem Property |
Gets the information for an extension.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
SyntaxExtensionInfo this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As ExtensionInfo
Get
property ExtensionInfo^ default[String^ name] {
ExtensionInfo^ get (String^ name);
}
abstract Item : ExtensionInfo with get
Parameters
- name
- Type: SystemString
Return Value
Type:
ExtensionInfo
null if there is no extension installed with the specified name.
See Also