Share via


JobBase.TemplatePlugin Property

Gets the template plug-in.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public ReadOnly Property TemplatePlugin As TemplatePlugin
'Usage
Dim instance As JobBase
Dim value As TemplatePlugin

value = instance.TemplatePlugin
public TemplatePlugin TemplatePlugin { get; }
public:
property TemplatePlugin^ TemplatePlugin {
    TemplatePlugin^ get ();
}
/** @property */
public TemplatePlugin get_TemplatePlugin ()
public function get TemplatePlugin () : TemplatePlugin

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

JobBase Class
JobBase Members
Microsoft.Expression.Encoder Namespace