ProtocSettings.

Plugin Property

Summary

Specifies a plugin executable to use. Normally, protoc searches the PATH for plugins, but you may specify additional executables not in the path using this flag. Additionally, EXECUTABLE may be of the form NAME= PATH, in which case the given plugin name is mapped to the given executable even if the executable's own name differs.
Assembly
Cake.ProtobufTools.dll
Namespace
Cake.ProtobufTools
Containing Type
ProtocSettings

Syntax

public string Plugin { get; set; }

Value

Type Description
string