Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectVendorName Property
This is used to get or set the vendor name for the help viewer file

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string VendorName { get; set; }

Property Value

Type: String
Remarks
The default if not specified will be "Vendor Name". The value must not contain the ':', '\', '/', '.', ',', '#', or '&' characters.
See Also