ExtensionMainPlugInType Property |
Note: This API is now obsolete.
The extension's type.
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax[ObsoleteAttribute("Use the Type property instead.")]
public ExtensionType PlugInType { get; }
<ObsoleteAttribute("Use the Type property instead.")>
Public ReadOnly Property PlugInType As ExtensionType
Get
public:
[ObsoleteAttribute(L"Use the Type property instead.")]
property ExtensionType^ PlugInType {
ExtensionType^ get ();
}
[<ObsoleteAttribute("Use the Type property instead.")>]
member PlugInType : ExtensionType with get
Property Value
Type:
ExtensionType
See Also