Click or drag to resize
MacroMethodType Property
Gets or sets a return type of the method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public Type Type { get; set; }

Property Value

Type: Type

Implements

IMacroMethodType
See Also