Click or drag to resize

PFPluginInstanceName Property

Gets or sets the plugin instance name. Only relevant for a multi instance (not singleton) plugin. If this instance is a singleton plugin instance, this property will contain the plugin name.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string InstanceName { get; }

Property Value

Type: String
See Also